Esempio n. 1
0
 public static extern bool VirtualFreeEx(UIntPtr hProcess, UIntPtr lpAddress, int dwSize, Flags.AllocationType dwFreeType);
Esempio n. 2
0
 public static extern UIntPtr VirtualAllocEx(UIntPtr hProcess, UIntPtr lpAddress, uint dwSize, Flags.AllocationType flAllocationType, Flags.MemoryProtection flProtect);