// hbapiwmi.h
typedef struct _RemoveTarget_IN {
UCHAR HbaPortWWN[8];
UCHAR DiscoveredPortWWN[8];
ULONG AllTargets;
} RemoveTarget_IN, *PRemoveTarget_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The RemoveTarget_IN structure is used by a WMI client to deliver input parameter data to the RemoveTarget WMI method.
HbaPortWWNContains a worldwide name that indicates the local port that should be removed from the list of ports whose events are reported to the WMI client..
DiscoveredPortWWNContains a worldwide name that indicates the remote discovered port that should be removed from the list of ports whose events are reported to the WMI client..
AllTargetsIndicates the scope of the target events to cease reporting. If this member is zero, the WMI provider client will cease reporting events associated with the port that is indicated by DiscoveredPortWWN. If this member is nonzero, the WMI provider will cease reporting all events associated any target.
The WMI tool suite generates a declaration of the RemoveTarget_IN structure in Hbapiwmi.h when it compiles the MSFC_EventControl WMI Class.