Пример #1
0
 public static extern bool VirtualFreeEx(UIntPtr hProcess, UIntPtr lpAddress, int dwSize, Flags.AllocationType dwFreeType);
Пример #2
0
 public static extern UIntPtr VirtualAllocEx(UIntPtr hProcess, UIntPtr lpAddress, uint dwSize, Flags.AllocationType flAllocationType, Flags.MemoryProtection flProtect);