Jump to content

KernUnLockFile: Difference between revisions

From EDM2
Ak120 (talk | contribs)
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);
 
==Description==
This will return the specified SFT pointer to the system.


==Parameters==
==Parameters==


khfd
; khfd (KEEhfile) - input : SFT pointer.  
    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:The OS/2 API Project]]
[[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.