[][src]Type Definition ntapi::ntzwapi::ZwSetInformationVirtualMemory

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