AVG.Automation.Cmdlets.NativeMethods.VirtualFreeEx C# (CSharp) Méthode

VirtualFreeEx() private méthode

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