KernUnLockFile: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
==Parameters== | ==Parameters== | ||
; khfd : SFT pointer. | ; khfd (KEEhfile) - input : SFT pointer. | ||
==Comments== | ==Comments== |
Latest revision as of 03:51, 28 May 2025
This will return the specified SFT pointer to the system.
Synopsis
APIRET APIENTRY KernUnLockFile(KEEhfile khfd);
Parameters
- khfd (KEEhfile) - input
- SFT pointer.
Comments
This is some sort of DosClose after a file has been opened with KernLockFile.