AllocateUserPhysicalPages (kernel32)
Last changed: ruowen.wang@gmail.com-12.159.166.230

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool AllocateUserPhysicalPages(IntPtr hProcess,
   ref uint NumberOfPages, UIntPtr PageArray);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation