C# Class BananaHook.Specs.StubMemoryProtection

Inheritance: IMemoryProtection
Afficher le fichier Open project: sgraf812/BananaHook

Méthodes publiques

Méthode Description
VirtualProtect ( IntPtr lpAddress, IntPtr dwSize, MemoryProtectionConstraints flNewProtect, MemoryProtectionConstraints &pflOldProtect ) : bool

Method Details

VirtualProtect() public méthode

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