// hbapiwmi.h
typedef struct _SM_RemoveTarget_IN {
UCHAR HbaPortWWN[8];
UCHAR DiscoveredPortWWN[8];
UCHAR DomainPortWWN[8];
ULONG AllTargets;
} SM_RemoveTarget_IN, *PSM_RemoveTarget_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SM_RemoveTarget_IN structure is used to provide input parameters to the SM_RemoveTarget WMI method.
HbaPortWWNA worldwide name (WWN) that indicates the local port that should be removed from the list of ports whose events are reported to the WMI client.
DiscoveredPortWWNA worldwide name (WWN) that indicates the port that was discovered remotely. Remove this port from the list of ports whose events are reported to the WMI client.
DomainPortWWNA worldwide name (WWN) that specifies the SAS domain worldwide name of the local port.
AllTargetsThe scope of the target events that stop reporting. If this member is zero, the WMI provider client stops reporting events that are associated with the port that is indicated by DiscoveredPortWWN. If this member is nonzero, the WMI provider stops reporting events that are associated with any target.
The WMI tool suite generates a declaration of the SM_RemoveTarget_IN structure in Hbapiwmi.h when it compiles the MS_SM_EventControl WMI class.