SendRPL_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_sendrpl_in)

_SendRPL_IN structure

Description

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

Members

PortWWN

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

AgentWWN

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.

See also

SendRPL