KernGetFileSize: Difference between revisions
Appearance
Created page with "==Synopsis== APIRET APIENTRY KernGetFileSize(KEEhfile khfd,KEEfilesize* sz); ==Description== This returns the size of the file designated by KernLockFile. ==Parameters== kh..." |
m Ak120 moved page OS2 API:KEE:KernGetFileSize to KernGetFileSize |
(No difference)
|
Revision as of 02:58, 27 February 2017
Synopsis
APIRET APIENTRY KernGetFileSize(KEEhfile khfd,KEEfilesize* sz);
Description
This returns the size of the file designated by KernLockFile.
Parameters
khfd
SFT pointer
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.