Bleak.Native.PInvoke.VirtualProtectEx C# (CSharp) Method

VirtualProtectEx() private method

private VirtualProtectEx ( SafeProcessHandle processHandle, IntPtr baseAddress, int protectionSize, Enumerations.MemoryProtection protectionType, Enumerations.MemoryProtection &oldProtectionType ) : bool
processHandle SafeProcessHandle
baseAddress IntPtr
protectionSize int
protectionType Enumerations.MemoryProtection
oldProtectionType Enumerations.MemoryProtection
return bool
        internal static extern bool VirtualProtectEx(SafeProcessHandle processHandle, IntPtr baseAddress, int protectionSize, Enumerations.MemoryProtection protectionType, out Enumerations.MemoryProtection oldProtectionType);