AddPort_IN structure (hbapiwmi.h)
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.
Syntax
typedef struct _AddPort_IN {
UCHAR PortWWN[8];
} AddPort_IN, *PAddPort_IN;
Members
PortWWN[8]
Contains a worldwide name that indicates the port whose events are to be reported.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |