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