C# Class BananaHook.Specs.StubMemoryProtection

Inheritance: IMemoryProtection
Mostrar archivo Open project: sgraf812/BananaHook

Public Methods

Method Description
VirtualProtect ( IntPtr lpAddress, IntPtr dwSize, MemoryProtectionConstraints flNewProtect, MemoryProtectionConstraints &pflOldProtect ) : bool

Method Details

VirtualProtect() public method

public VirtualProtect ( IntPtr lpAddress, IntPtr dwSize, MemoryProtectionConstraints flNewProtect, MemoryProtectionConstraints &pflOldProtect ) : bool
lpAddress System.IntPtr
dwSize System.IntPtr
flNewProtect MemoryProtectionConstraints
pflOldProtect MemoryProtectionConstraints
return bool