KernGetFileSize: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
==Parameters== | ==Parameters== | ||
;khfd:SFT pointer | ;khfd (KEEhfile) - input:SFT pointer | ||
;sz:Address of a double long variable to hold the size of the file. | ;sz (KEEfilesize*) - input:Address of a double long variable to hold the size of the file. | ||
==Comments== | ==Comments== |
Latest revision as of 03:19, 28 May 2025
This returns the size of the file designated by KernLockFile.
Synopsis
APIRET APIENTRY KernGetFileSize (KEEhfile khfd, KEEfilesize* sz);
Parameters
- khfd (KEEhfile) - input
- SFT pointer
- sz (KEEfilesize*) - input
- Address of a double long variable to hold the size of the file.
Comments
Like the other SFT related functions, this seems to be a hack for JFS.