// hbapiwmi.h
typedef struct _SendRNIDV2_IN {
UCHAR PortWWN[8];
UCHAR DestWWN[8];
ULONG DestFCID;
ULONG NodeIdDataFormat;
} SendRNIDV2_IN, *PSendRNIDV2_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SendRNIDV2_IN structure is used to deliver input parameter data to the SendRNIDV2 WMI method.
PortWWNContains a worldwide name for the local port through which the version 2 request node identification data (RNIDV2) command is sent.
DestWWNContains a worldwide name for the destination port.
DestFCIDContains an address identifier of the destination port. For a description of the values that this member can have, see the T11 committee's specification for Fibre Channel HBA API.
NodeIdDataFormatIndicates the node identification data format. For a description of the values that this member can have, see the T11 committee's specification for Fibre Channel HBA API.
The WMI tool suite generates a declaration of the SendRNIDV2_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.