AVG.Automation.Cmdlets.NativeMethods.VirtualAllocEx C# (CSharp) 메소드

VirtualAllocEx() 개인적인 메소드

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
리턴 System.IntPtr
        public static extern IntPtr VirtualAllocEx(IntPtr hProcess, IntPtr lpAddress, uint dwSize, AllocationType flAllocationType, MemoryProtection flProtect);