Jump to content

KernVMSetMem

From EDM2
Revision as of 05:29, 6 June 2016 by Martini (talk | contribs) (Created page with "==Synopsis== APIRET APIENTRY KernVMSetMem(ULONG flags, PVOID linaddr, ULONG size); ==Description== This is the equivalent of the DevHlp_VMSetMem function. ==Parameters== fl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Synopsis

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

Description

This is the equivalent of the DevHlp_VMSetMem function.

Parameters

flags

   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

   Linear address of region 

size

   Size of region