BananaHook.Infrastructure.PInvoke.Win32Implementation.VirtualProtect C# (CSharp) Метод

VirtualProtect() приватный Метод

private VirtualProtect ( IntPtr lpAddress, IntPtr dwSize, MemoryProtectionConstraints flNewProtect, MemoryProtectionConstraints &pflOldProtect ) : bool
lpAddress System.IntPtr
dwSize System.IntPtr
flNewProtect MemoryProtectionConstraints
pflOldProtect MemoryProtectionConstraints
Результат bool
        private static extern bool VirtualProtect(
            IntPtr lpAddress,
            IntPtr dwSize,
            MemoryProtectionConstraints flNewProtect,
            out MemoryProtectionConstraints pflOldProtect
            );