コード例 #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);