Jump to content

KernUnLockFile: Difference between revisions

From EDM2
Ak120 (talk | contribs)
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:The OS/2 API Project]]
[[Category:Kern]]

Revision as of 02: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.