KernUnLockFile: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernUnLockFile to KernUnLockFile |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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 (KEEhfile) - input : 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]] |
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.