SendRNID_IN - NtDoc

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

typedef struct _SendRNID_IN {
  UCHAR wwn[8];
  ULONG wwntype;
} SendRNID_IN, *PSendRNID_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SendRNID_IN structure

Description

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

Members

wwn

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.

See also

SendRNID