KernGetFileSize: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
This returns the size of the file designated by KernLockFile. | This returns the size of the file designated by [[KernLockFile]]. | ||
==Synopsis== | ==Synopsis== | ||
APIRET APIENTRY KernGetFileSize(KEEhfile khfd,KEEfilesize* sz); | APIRET APIENTRY KernGetFileSize (KEEhfile khfd, KEEfilesize* sz); | ||
==Parameters== | ==Parameters== | ||
;khfd:SFT pointer | ;khfd:SFT pointer | ||
:Address of a double long variable to hold the size of the file. | ;sz:Address of a double long variable to hold the size of the file. | ||
==Comments== | ==Comments== | ||
Like the other SFT related functions, this seems to be a hack for JFS. | Like the other SFT related functions, this seems to be a hack for JFS. | ||
[[Category:KEE]] | [[Category:KEE]] |
Revision as of 12:30, 19 July 2020
This returns the size of the file designated by KernLockFile.
Synopsis
APIRET APIENTRY KernGetFileSize (KEEhfile khfd, KEEfilesize* sz);
Parameters
- khfd
- SFT pointer
- sz
- 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.