Locks the specified region of the process's virtual address space into physical
memory, ensuring that subsequent access to the region will not incur a page fault.
Locks the specified region of the process's virtual address space into physical
memory, ensuring that subsequent access to the region will not incur a page fault.
Parameters:
address - A pointer to the base address of the region of pages to be locked.
size - The size of the region to be locked, in bytes.
Retrieves information about a range of pages within the virtual address space of a specified process.
Note: the dwLength parameter is handled by the underlying implementation
Parameters:
handle - A handle to the process whose memory information is queried.
address - A pointer to the base address of the region of pages to be queried.
memoryInfo - A pointer to a structure in which information about the specified page range is returned.
Returns:
the actual number of bytes returned in the information buffer.