Function win_sys::Memory::AllocateUserPhysicalPages2[][src]

pub unsafe fn AllocateUserPhysicalPages2<'a, Param0>(
    objecthandle: Param0,
    numberofpages: *mut usize,
    pagearray: *mut usize,
    extendedparameters: *mut MEM_EXTENDED_PARAMETER,
    extendedparametercount: u32
) -> BOOL where
    Param0: IntoParam<'a, HANDLE>, 
Expand description

Required features: Win32_System_Memory, Win32_Foundation