KernUnLockFile: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernUnLockFile to KernUnLockFile |
No edit summary |
||
| Line 13: | Line 13: | ||
This is some sort of DosClose after a file has been opened with KernLockFile. | This is some sort of DosClose after a file has been opened with KernLockFile. | ||
[[Category: | [[Category:Kern]] | ||
Revision as of 01:47, 10 May 2017
Synopsis
APIRET APIENTRY KernUnLockFile(KEEhfile khfd);
Description
This will return the specified SFT pointer to the system.
Parameters
khfd
SFT pointer.
Comments
This is some sort of DosClose after a file has been opened with KernLockFile.