Exemplo n.º 1
0
 public static extern bool VirtualFreeEx(IntPtr hProcess, IntPtr lpAddress, long dwSize, Classes.AllocationType dwFreeType);
Exemplo n.º 2
0
 public static extern IntPtr VirtualAllocEx(IntPtr hProcess, IntPtr lpAddress, ulong dwSize, Classes.AllocationType flAllocationType, Classes.MemoryProtection flProtect);