SM_SendRNID_IN structure (hbapiwmi.h)
The SM_SendRNID_IN structure is used to provide input parameters to the SM_SendRNID method.
Syntax
typedef struct _SM_SendRNID_IN {
UCHAR HbaPortWWN[8];
UCHAR DestWWN[8];
ULONG DestFCID;
ULONG NodeIdDataFormat;
ULONG InRespBufferMaxSize;
} SM_SendRNID_IN, *PSM_SendRNID_IN;
Members
HbaPortWWN[8]
The worldwide name (WWN) of the local port.
DestWWN[8]
The worldwide name (WWN) of the destination port.
DestFCID
The address identifier of the destination port.
NodeIdDataFormat
The node identification data format.
InRespBufferMaxSize
The maximum response buffer size.
Remarks
The WMI tool suite generates a declaration of the SM_SendRNID_IN structure in Hbapiwmi.h when it compiles the MS_SM_FabricAndDomainManagementMethod WMI class.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |