SM_AddTarget_IN structure (hbapiwmi.h)

The SM_AddTarget_IN structure is used to provide input parameters to the SM_AddTarget WMI method.

Syntax

typedef struct _SM_AddTarget_IN {
  UCHAR HbaPortWWN[8];
  UCHAR DiscoveredPortWWN[8];
  UCHAR DomainPortWWN[8];
  ULONG AllTargets;
} SM_AddTarget_IN, *PSM_AddTarget_IN;

Members

HbaPortWWN[8]

The worldwide name (WWN) of the local port whose events the WMI client will receive.

DiscoveredPortWWN[8]

A worldwide name (WWN) that specifies the discovered target whose events the WMI client will receive.

DomainPortWWN[8]

A worldwide name (WWN) that specifies the SAS domain worldwide name of the local port.

AllTargets

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

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)