Esempio n. 1
0
 public static extern bool VirtualFreeEx(IntPtr hProcess, long lpAddress, int dwSize, MemOpType dwFreeType);
Esempio n. 2
0
 public static extern long VirtualAllocEx(IntPtr hProcess, long lpAddress, int dwSize, MemOpType flAllocType, MemProtect flProtect);