Esempio n. 1
0
 private static extern bool VirtualFreeEx(
     IntPtr hProcess,
     IntPtr lpAddress,
     IntPtr dwSize,
     MemoryFreeTypes dwFreeType);
Esempio n. 2
0
 private static extern bool VirtualFreeEx(
     IntPtr hProcess,
     IntPtr lpAddress,
     IntPtr dwSize,
     MemoryFreeTypes dwFreeType);