GetPortAttributesByWWN_IN structure (hbapiwmi.h)

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

Syntax

typedef struct _GetPortAttributesByWWN_IN {
  UCHAR wwn[8];
} GetPortAttributesByWWN_IN, *PGetPortAttributesByWWN_IN;

Members

wwn[8]

Contains a worldwide name that identifies a port of type FC_Port.

Remarks

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

For a definition of FC_Port and a discussion of worldwide names, see the T11 committee's specification for Fibre Channel HBA API (FC-HBA).

Requirements

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

See also

GetPortAttributesByWWN