// hbapiwmi.h
typedef struct _SendRLS_IN {
UCHAR PortWWN[8];
UCHAR DestWWN[8];
} SendRLS_IN, *PSendRLS_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SendRLS_IN structure is used to deliver input parameter data to the SendRLS WMI method.
PortWWNContains a worldwide name for the local port through which the read link error status block (RLS) command is sent.
DestWWNContains a worldwide name for the destination port.
The WMI tool suite generates a declaration of the SendRLS_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.