HBA_Link_EventInfo structure
The HBA_Link_EventInfo structure contains information about a WMI link event associated with the fibre channel HBA API.
Syntax
typedef struct HBA_Link_EventInfo {
HBA_UINT32 PortFcId;
HBA_UINT32 Reserved[3];
} HBA_LINK_EVENTINFO, *PHBA_LINK_EVENTINFO;
Members
PortFcId
Indicates the port of type Nx_Port through which the event occurred. For a definition of Nx_Port, see the T11 committee's Fibre Channel HBA API.specification.Reserved
Reserved.
Requirements
Header |
Hbaapi.h (include Hbaapi.h) |
See also