MS_SMHBA_PORTLUN structure (hbapiwmi.h)

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

Syntax

typedef struct _MS_SMHBA_PORTLUN {
  UCHAR     PortWWN[8];
  UCHAR     domainPortWWN[8];
  ULONGLONG TargetLun;
} MS_SMHBA_PORTLUN, *PMS_SMHBA_PORTLUN;

Members

PortWWN[8]

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

domainPortWWN[8]

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

TargetLun

The target LUN number.

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)