KernVMUnlock: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Unlock a memory region. | |||
==Synopsis== | ==Synopsis== | ||
APIRET APIENTRY KernVMUnlock(KEEVMLOCK* lock); | APIRET APIENTRY KernVMUnlock(KEEVMLOCK* lock); | ||
==Parameters== | ==Parameters== | ||
; lock : Pointer to the lock structure used by KernVMLock. | |||
[[Category:KEE]] | |||
[[Category: |
Revision as of 22:58, 9 June 2017
Unlock a memory region.
Synopsis
APIRET APIENTRY KernVMUnlock(KEEVMLOCK* lock);
Parameters
- lock
- Pointer to the lock structure used by KernVMLock.