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

VirtualFreeEx() private method

private VirtualFreeEx ( IntPtr hProcess, IntPtr lpAddress, int dwSize, FreeType dwFreeType ) : bool
hProcess System.IntPtr
lpAddress System.IntPtr
dwSize int
dwFreeType FreeType
return bool
        public static extern bool VirtualFreeEx(IntPtr hProcess, IntPtr lpAddress, int dwSize, FreeType dwFreeType);