SendRPL_IN structure (hbapiwmi.h)

The SendRPL_IN structure is used to deliver input parameter data to the SendRPL WMI method.

Syntax

typedef struct _SendRPL_IN {
  UCHAR PortWWN[8];
  UCHAR AgentWWN[8];
  ULONG agent_domain;
  ULONG portIndex;
} SendRPL_IN, *PSendRPL_IN;

Members

PortWWN[8]

Contains a worldwide name for the local port through which the read port list (RPL) command is sent.

AgentWWN[8]

Contains a worldwide name for the port that is to be queried for a list of ports of type FC_Port. For a definition of FC_Port, see the T11 committee's specification for Fibre Channel HBA API.

agent_domain

Contains the domain number for the domain controller that is to be queried for a list of ports of type FC_Port. For a definition of FC_Port, see the T11 committee's specification for Fibre Channel HBA API.

portIndex

Contains the port index of the first port in the list of ports of type FC_Port to be returned.

Remarks

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

Requirements

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

See also

SendRPL