KernUnLockFile: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This will return the specified SFT pointer to the system. | |||
==Synopsis== | ==Synopsis== | ||
APIRET APIENTRY KernUnLockFile(KEEhfile khfd); | APIRET APIENTRY KernUnLockFile(KEEhfile khfd); | ||
==Parameters== | ==Parameters== | ||
khfd | ; khfd : SFT pointer. | ||
==Comments== | ==Comments== | ||
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:KEE]] |
Revision as of 22:57, 9 June 2017
This will return the specified SFT pointer to the system.
Synopsis
APIRET APIENTRY KernUnLockFile(KEEhfile khfd);
Parameters
- khfd
- SFT pointer.
Comments
This is some sort of DosClose after a file has been opened with KernLockFile.