// hbapiwmi.h
typedef struct _SendRNID_IN {
UCHAR wwn[8];
ULONG wwntype;
} SendRNID_IN, *PSendRNID_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SendRNID_IN structure is used to deliver input parameter data to the SendRNID WMI method.
wwnContains a worldwide name for the port to which the request node identification data (RNID) command is sent.
wwntypeDeprecated. Do not use.
The WMI tool suite generates a declaration of the SendRNID_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.