SendRNIDV2_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_SendRNIDV2_IN structure

Description

The SendRNIDV2_IN structure is used to deliver input parameter data to the SendRNIDV2 WMI method.

Members

PortWWN

Contains a worldwide name for the local port through which the version 2 request node identification data (RNIDV2) command is sent.

DestWWN

Contains a worldwide name for the destination port.

DestFCID

Contains 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.

NodeIdDataFormat

Indicates 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.

Remarks

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

See also

SendRNIDV2