STOR_ADDR_NVME - NtDoc

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

typedef struct _STOR_ADDR_NVME {
  USHORT Type;
  USHORT Port;
  ULONG  AddressLength;
  PVOID  Controller;
  ULONG  NamespaceId;
  ULONG  Reserved;
} STOR_ADDR_NVME, *PSTOR_ADDR_NVME;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-storport-stor_addr_nvme)

Description

The STOR_ADDR_NVME structure is reserved for system use.

Members

Type

Port

AddressLength

Controller

NamespaceId

Reserved

Remarks

See also