Jump to content

KernVMUnlock: Difference between revisions

From EDM2
Created page with "==Synopsis== APIRET APIENTRY KernVMUnlock(KEEVMLOCK* lock); ==Description== Unlock a memory region. ==Parameters== lock Pointer to the lock structure used by KernVMLock..."
 
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Unlock a memory region.
==Synopsis==
==Synopsis==
APIRET APIENTRY KernVMUnlock(KEEVMLOCK* lock);
APIRET APIENTRY KernVMUnlock(KEEVMLOCK* lock);
 
==Description==
Unlock a memory region.


==Parameters==
==Parameters==
;''lock'' (KEEVMLOCK*) - input: Pointer to the lock structure used by [[KernVMLock]].


lock
[[Category:KEE]]
    Pointer to the lock structure used by KernVMLock.
 
[[Category:The OS/2 API Project]]

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.