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