SendLIRR_IN structure (hbapiwmi.h)

The SendLIRR_IN structure is used to deliver parameter data to the SendLIRR WMI method.

Syntax

typedef struct _SendLIRR_IN {
  UCHAR SourceWWN[8];
  UCHAR DestWWN[8];
  UCHAR Function;
  UCHAR Type;
} SendLIRR_IN, *PSendLIRR_IN;

Members

SourceWWN[8]

Contains a worldwide name for the local port through which the link incident record registration (LIRR) command is sent.

DestWWN[8]

Contains a worldwide name for the destination port.

Function

Contains the code that identifies which registration function is to be performed. For an explanation of which values can be assigned to this member, see the T11 committee's Fibre Channel Framing and Signaling specification.

Type

Indicates the device type for which link information is requested. For an explanation of which values can be assigned to this member, see the T11 committee's Fibre Channel Framing and Signaling specification.

Remarks

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

Requirements

Requirement Value
Header hbapiwmi.h (include Hbapiwmi.h)

See also

SendLIRR