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