windows::Wdk::Storage::FileSystem

Function NtSetInformationVirtualMemory

pub unsafe fn NtSetInformationVirtualMemory(
    processhandle: HANDLE,
    vminformationclass: VIRTUAL_MEMORY_INFORMATION_CLASS,
    virtualaddresses: &[MEMORY_RANGE_ENTRY],
    vminformation: *const c_void,
    vminformationlength: u32,
) -> NTSTATUS