C# 클래스 BananaHook.Specs.StubMemoryProtection

상속: IMemoryProtection
파일 보기 프로젝트 열기: sgraf812/BananaHook

공개 메소드들

메소드 설명
VirtualProtect ( IntPtr lpAddress, IntPtr dwSize, MemoryProtectionConstraints flNewProtect, MemoryProtectionConstraints &pflOldProtect ) : bool

메소드 상세

VirtualProtect() 공개 메소드

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