Skip to main content

ZwSetInformationVirtualMemory

Function ZwSetInformationVirtualMemory 

Source
pub unsafe extern "system" fn ZwSetInformationVirtualMemory(
    ProcessHandle: HANDLE,
    VmInformationClass: VIRTUAL_MEMORY_INFORMATION_CLASS,
    NumberOfEntries: ULONG_PTR,
    VirtualAddresses: PMEMORY_RANGE_ENTRY,
    VmInformation: PVOID,
    VmInformationLength: ULONG,
) -> NTSTATUS