Exemple #1
0
 internal static extern bool VirtualFree(UIntPtr lpAddress, UIntPtr sizeToFree, [MarshalAs(UnmanagedType.U4)] VirtualFreeType freeType);
Exemple #2
0
 public static extern bool VirtualFreeEx(IntPtr hProcess, IntPtr address, UIntPtr size, VirtualFreeType allocType);