IoMapKsrPersistentMemoryEx - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

NTSTATUS IoMapKsrPersistentMemoryEx(
  PDRIVER_OBJECT  DriverObject,
  PDEVICE_OBJECT  PhysicalDeviceObject,
  PUNICODE_STRING PhysicalDeviceId,
  PUSHORT         DataTag,
  PULONG          DataVersion,
  PVOID           *DataHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-iomapksrpersistentmemoryex)

Description

Reserved for system use.

Parameters

DriverObject

PhysicalDeviceObject

PhysicalDeviceId

DataTag

DataVersion

DataHandle

Return value

Remarks

See also