Jump to content

KernGetFileSize

From EDM2
Revision as of 21:47, 9 June 2017 by Martini (talk | contribs)

This returns the size of the file designated by KernLockFile.

Synopsis

APIRET APIENTRY KernGetFileSize(KEEhfile khfd,KEEfilesize* sz);

Parameters

khfd
SFT pointer
Address of a double long variable to hold the size of the file.
sz

Comments

Like the other SFT related functions, this seems to be a hack for JFS.