Jump to content

KernVMUnlock: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 5: Line 5:


==Parameters==
==Parameters==
; lock : Pointer to the lock structure used by KernVMLock.  
;lock: Pointer to the lock structure used by KernVMLock.


[[Category:KEE]]
[[Category:KEE]]

Revision as of 12:24, 19 July 2020

Unlock a memory region.

Synopsis

APIRET APIENTRY KernVMUnlock(KEEVMLOCK* lock);

Parameters

lock
Pointer to the lock structure used by KernVMLock.