IoAcquireKsrPersistentMemoryEx - NtDoc

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

NTSTATUS IoAcquireKsrPersistentMemoryEx(
  PDRIVER_OBJECT  DriverObject,
  PDEVICE_OBJECT  PhysicalDeviceObject,
  PUNICODE_STRING PhysicalDeviceId,
  PUSHORT         DataTag,
  PULONG          DataVersion,
  PVOID           Buffer,
  PSIZE_T         Size
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use.

Parameters

DriverObject

PhysicalDeviceObject

PhysicalDeviceId

DataTag

DataVersion

Buffer

Size

Return value

Remarks

See also