Esempio n. 1
0
 public static extern bool VirtualFreeEx(IntPtr hProcess, IntPtr lpAddress, IntPtr dwSize, FreeTypes dwFreeTypes);
Esempio n. 2
0
 internal static extern bool VirtualFree(
     IntPtr lpAddress,
     uint dwSize,
     FreeTypes flFreeType);
Esempio n. 3
0
 static public extern System.Byte VirtualFree(System.IntPtr address, System.IntPtr size, FreeTypes freeType);