Jump to content

KernGetFileSize: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
Line 11: Line 11:
==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:Kern]]
[[Category:The OS/2 API Project]]

Revision as of 02:50, 10 May 2017

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.