AVG.Automation.Cmdlets.NativeMethods.VirtualAllocEx C# (CSharp) Method

VirtualAllocEx() private method

private VirtualAllocEx ( IntPtr hProcess, IntPtr lpAddress, uint dwSize, AllocationType flAllocationType, MemoryProtection flProtect ) : IntPtr
hProcess System.IntPtr
lpAddress System.IntPtr
dwSize uint
flAllocationType AllocationType
flProtect MemoryProtection
return System.IntPtr
        public static extern IntPtr VirtualAllocEx(IntPtr hProcess, IntPtr lpAddress, uint dwSize, AllocationType flAllocationType, MemoryProtection flProtect);