KernLockFile: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernLockFile to KernLockFile |
No edit summary |
||
Line 14: | Line 14: | ||
This is some sort of DosOpen to access user files. This seems to be a kludge required for some feature of JFS. | This is some sort of DosOpen to access user files. This seems to be a kludge required for some feature of JFS. | ||
[[Category: | [[Category:Kern]] |
Revision as of 02:48, 10 May 2017
Synopsis
APIRET APIENTRY KernLockFile(HFILE hfd,KEEhfile* khfd);
Description
This function converts a user space file handle to a system file table pointer.
Parameters
- hfd
- User space file handle
- khfd
- Pointer to an variable to return the SFT entry pointer.
Comments
This is some sort of DosOpen to access user files. This seems to be a kludge required for some feature of JFS.