AddTarget_IN - NtDoc

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

NtDoc

No description available.

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

_AddTarget_IN structure

Description

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.

Members

HbaPortWWN

Contains the worldwide name of the local port whose events the WMI client will receive.

DiscoveredPortWWN

Contains a worldwide name that specifies the discovered target whose events the WMI client will receive.

AllTargets

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

See also

AddTarget