Jump to content

KernUnLockFile: Difference between revisions

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


==Parameters==
==Parameters==


khfd
; khfd : 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:Kern]]
[[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.