VirtualProtect(IntPtr, IntPtr, MemoryProtectionOptions, MemoryProtectionOptions)
|
Changes the protection on a region of committed pages in the virtual address space of the calling process.
|
VirtualProtect(IntPtr, UIntPtr, MemoryProtectionOptions, MemoryProtectionOptions)
|
Changes the protection on a region of committed pages in the virtual address space of the calling process.
|
VirtualProtect(UIntPtr, IntPtr, MemoryProtectionOptions, MemoryProtectionOptions)
|
Changes the protection on a region of committed pages in the virtual address space of the calling process.
|
VirtualProtect(UIntPtr, UIntPtr, MemoryProtectionOptions, MemoryProtectionOptions)
|
Changes the protection on a region of committed pages in the virtual address space of the calling process.
|