// hbapiwmi.h
typedef struct _SM_AddTarget_IN {
UCHAR HbaPortWWN[8];
UCHAR DiscoveredPortWWN[8];
UCHAR DomainPortWWN[8];
ULONG AllTargets;
} SM_AddTarget_IN, *PSM_AddTarget_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_AddTarget_IN structure is used to provide input parameters to the SM_AddTarget WMI method.
HbaPortWWNThe worldwide name (WWN) of the local port whose events the WMI client will receive.
DiscoveredPortWWNA worldwide name (WWN) that specifies the discovered target whose events the WMI client will receive.
DomainPortWWNA worldwide name (WWN) that specifies the SAS domain worldwide name of the local port.
AllTargetsThe scope of the target events to report. If this member is zero, the WMI client will receive events that are associated with the port that is indicated by DiscoveredPortWWN. If this member is nonzero, the WMI client will receive events that are associated with all currently discovered targets as well as targets that are discovered in the future.