[][src]Type Definition ntapi::ntmmapi::NtSetInformationVirtualMemory

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