include vmm.inc VMMCall _GetInstanceInfo, <pRegion, cbRegion> mov [InstanceInfo], eax
Retrieves a value indicating whether the given VM address range is fully instanced, partially instanced, or not instanced. Uses EAX, ECX, EDX, and Flags.
Value | Meaning |
INSTINFO_NONE (0) | Region is not instanced. |
INSTINFO_SOME (1) | Region is partially instanced. |
INSTINFO_ALL (2) | Region is fully instanced. |
pRegion
Linear v86 address of region.
cbRegion
Size of region in bytes.