SendRPS_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hbapiwmi.h

typedef struct _SendRPS_IN {
  UCHAR PortWWN[8];
  UCHAR AgentWWN[8];
  UCHAR ObjectWWN[8];
  ULONG AgentDomain;
  ULONG ObjectPortNumber;
} SendRPS_IN, *PSendRPS_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SendRPS_IN structure

Description

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

Members

PortWWN

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

AgentWWN

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

ObjectWWN

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.

See also

SendRPS