// hbapiwmi.h
typedef struct _AddPort_IN {
UCHAR PortWWN[8];
} AddPort_IN, *PAddPort_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The AddPort_IN structure is used by a WMI client to deliver the input parameter data of the AddPort WMI method to the HBA miniport driver.
PortWWNContains a worldwide name that indicates the port whose events are to be reported.