AVG.Automation.Cmdlets.NativeMethods.VirtualFreeEx C# (CSharp) Метод

VirtualFreeEx() приватный Метод

private VirtualFreeEx ( IntPtr hProcess, IntPtr lpAddress, int dwSize, FreeType dwFreeType ) : bool
hProcess System.IntPtr
lpAddress System.IntPtr
dwSize int
dwFreeType FreeType
Результат bool
        public static extern bool VirtualFreeEx(IntPtr hProcess, IntPtr lpAddress, int dwSize, FreeType dwFreeType);