Kernel32VirtualProtectEx Method

Overload List

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

See Also