KernVMUnlock: Difference between revisions
Appearance
No edit summary |
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.