KernVMSetMem: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernVMSetMem to KernVMSetMem |
mNo edit summary |
||
Line 6: | Line 6: | ||
==Parameters== | ==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 | |||
[[Category:KEE]] | |||
[[Category: |
Revision as of 12:20, 27 February 2017
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