// 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 referenceNo description available.
The MS_SMHBA_PORTLUN structure reports target LUN information that is associated with a port.
PortWWNThe worldwide name of the local port whose events the WMI client will receive.
domainPortWWNA worldwide name that specifies the SAS domain worldwide name of the local port.
TargetLunThe target LUN number.