Jump to content

KernGetFileSize: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
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);
==Description==
This returns the size of the file designated by KernLockFile.


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


==Comments==
==Comments==

Revision as of 02:59, 27 February 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.