SendRLS_IN structure (hbapiwmi.h)

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

Syntax

typedef struct _SendRLS_IN {
  UCHAR PortWWN[8];
  UCHAR DestWWN[8];
} SendRLS_IN, *PSendRLS_IN;

Members

PortWWN[8]

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

DestWWN[8]

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.

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)

See also

SendRLS