VirtualUnlock(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.
|
VirtualUnlock(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.
|
VirtualUnlock(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.
|