SendRPS_IN structure (hbapiwmi.h)

The SendRPS_IN structure is used to deliver input parameter data to the SendRPS WMI method.

Syntax

typedef struct _SendRPS_IN {
  UCHAR PortWWN[8];
  UCHAR AgentWWN[8];
  UCHAR ObjectWWN[8];
  ULONG AgentDomain;
  ULONG ObjectPortNumber;
} SendRPS_IN, *PSendRPS_IN;

Members

PortWWN[8]

Contains a worldwide name for the local port through which the RPS command is sent.

AgentWWN[8]

Contains a worldwide name for the port that is to be queried for the status of the port indicated by ObjectWWN.

ObjectWWN[8]

Contains the worldwide name of the port for which port status is to be returned.

AgentDomain

Contains the domain number of the domain controller to be queried for the status of the port indicated by ObjectWWN.

ObjectPortNumber

Contains the worldwide name of the port for which port status is to be returned.

Remarks

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

Requirements

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

See also

SendRPS