// hbapiwmi.h
typedef struct _AddTarget_IN {
UCHAR HbaPortWWN[8];
UCHAR DiscoveredPortWWN[8];
ULONG AllTargets;
} AddTarget_IN, *PAddTarget_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 AddTarget WMI method to the HBA miniport driver.
HbaPortWWNContains the worldwide name of the local port whose events the WMI client will receive.
DiscoveredPortWWNContains a worldwide name that specifies the discovered target whose events the WMI client will receive.
AllTargetsIndicates the scope of the target events to report. If this member is zero, the WMI client will receive events associated with the port that is indicated by DiscoveredPortWWN. If this member is nonzero, the WMI client will all events associated with all currently discovered targets as well as targets that are discovered in the future.