VirtualLock(IntPtr, IntPtr)
|
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.
|
VirtualLock(IntPtr, UIntPtr)
|
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.
|
VirtualLock(UIntPtr, UIntPtr)
|
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.
|