Example #1
0
 private static extern bool VirtualFreeEx(
     IntPtr hProcess,
     IntPtr lpAddress,
     IntPtr dwSize,
     MemoryFreeTypes dwFreeType);
Example #2
0
 private static extern bool VirtualFreeEx(
     IntPtr hProcess,
     IntPtr lpAddress,
     IntPtr dwSize,
     MemoryFreeTypes dwFreeType);