include vmm.inc
VMMCall _PageCheckLinRange, <page, nPages, flags>
mov [Pages], eax ; number of committed pages at start of range
#include <vmm.h>
ULONG EXTERNAL _PageCheckLinRange (ULONG page, ULONG npages,
ULONG flags);
Determines whether all pages in the specified range of linear addresses are committed. Uses EAX, ECX, EDX, and Flags.
Virtual devices typically use this service to validate an address range before specifying the range in a call to the _LinPageLock or _LinMapIntoV86 service.
_LinMapIntoV86, _LinPageLock