Jump to content

KernGetFileSize

From EDM2
Revision as of 05:35, 6 June 2016 by Martini (talk | contribs) (Created page with "==Synopsis== APIRET APIENTRY KernGetFileSize(KEEhfile khfd,KEEfilesize* sz); ==Description== This returns the size of the file designated by KernLockFile. ==Parameters== kh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.