SendRLS_IN - NtDoc

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

typedef struct _SendRLS_IN {
  UCHAR PortWWN[8];
  UCHAR DestWWN[8];
} SendRLS_IN, *PSendRLS_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SendRLS_IN structure

Description

The SendRLS_IN structure is used to deliver input parameter data to the SendRLS WMI method.

Members

PortWWN

Contains a worldwide name for the local port through which the read link error status block (RLS) command is sent.

DestWWN

Contains a worldwide name for the destination port.

Remarks

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

See also

SendRLS