// hbapiwmi.h
typedef struct _SendRPL_IN {
UCHAR PortWWN[8];
UCHAR AgentWWN[8];
ULONG agent_domain;
ULONG portIndex;
} SendRPL_IN, *PSendRPL_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SendRPL_IN structure is used to deliver input parameter data to the SendRPL WMI method.
PortWWNContains a worldwide name for the local port through which the read port list (RPL) command is sent.
AgentWWNContains 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_domainContains 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.
portIndexContains the port index of the first port in the list of ports of type FC_Port to be returned.
The WMI tool suite generates a declaration of the SendRPL_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.