MS_SMHBA_PORTLUN - NtDoc

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

typedef struct _MS_SMHBA_PORTLUN {
  UCHAR     PortWWN[8];
  UCHAR     domainPortWWN[8];
  ULONGLONG TargetLun;
} MS_SMHBA_PORTLUN, *PMS_SMHBA_PORTLUN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_ms_smhba_portlun)

_MS_SMHBA_PORTLUN structure

Description

The MS_SMHBA_PORTLUN structure reports target LUN information that is associated with a port.

Members

PortWWN

The worldwide name of the local port whose events the WMI client will receive.

domainPortWWN

A worldwide name that specifies the SAS domain worldwide name of the local port.

TargetLun

The target LUN number.