Jump to content

KernVMSetMem

From EDM2
Revision as of 03:56, 28 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the equivalent of the DevHlp_VMSetMem function.

Synopsis

APIRET APIENTRY KernVMSetMem(ULONG flags, PVOID linaddr, ULONG size);

Parameters

flags (ULONG) - input
One or more of the following flags:
KEE_VMS_UNCOMMIT Uncommit the region
KEE_VMS_RESIDENT make the region resident
KEE_VMS_SWAPPABLE make the region swappable
linaddr (PVOID) - input
Linear address of region
size (ULONG) - input
Size of region