SendRNID_IN structure (hbapiwmi.h)

The SendRNID_IN structure is used to deliver input parameter data to the SendRNID WMI method.

Syntax

typedef struct _SendRNID_IN {
  UCHAR wwn[8];
  ULONG wwntype;
} SendRNID_IN, *PSendRNID_IN;

Members

wwn[8]

Contains a worldwide name for the port to which the request node identification data (RNID) command is sent.

wwntype

Deprecated. Do not use.

Remarks

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

Requirements

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

See also

SendRNID