Пример #1
0
 public static extern nint VirtualAlloc(nint lpAddress, nuint dwSize, AllocationType flAllocationType, ProtectConstant flProtect);
Пример #2
0
 public static extern IntPtr VirtualAlloc(IntPtr lpAddress, UIntPtr dwSize, AllocationType flAllocationType, ProtectConstant flProtect);