SendLIRR_IN - NtDoc

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

typedef struct _SendLIRR_IN {
  UCHAR SourceWWN[8];
  UCHAR DestWWN[8];
  UCHAR Function;
  UCHAR Type;
} SendLIRR_IN, *PSendLIRR_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SendLIRR_IN structure

Description

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

Members

SourceWWN

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

DestWWN

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.

See also

SendLIRR