RemoveTarget_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_removetarget_in)

_RemoveTarget_IN structure

Description

The RemoveTarget_IN structure is used by a WMI client to deliver input parameter data to the RemoveTarget WMI method.

Members

HbaPortWWN

Contains 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..

DiscoveredPortWWN

Contains 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..

AllTargets

Indicates 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.

Remarks

The WMI tool suite generates a declaration of the RemoveTarget_IN structure in Hbapiwmi.h when it compiles the MSFC_EventControl WMI Class.

See also

RemoveTarget