KernVMUnlock: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
==Parameters== | ==Parameters== | ||
;lock: Pointer to the lock structure used by KernVMLock. | ;''lock'' (KEEVMLOCK*) - input: Pointer to the lock structure used by [[KernVMLock]]. | ||
[[Category:KEE]] | [[Category:KEE]] |
Latest revision as of 04:22, 28 May 2025
Unlock a memory region.
Synopsis
APIRET APIENTRY KernVMUnlock(KEEVMLOCK* lock);
Parameters
- lock (KEEVMLOCK*) - input
- Pointer to the lock structure used by KernVMLock.