HBA_RSCN_EventInfo structure
The HBA_Link_EventInfo structure contains information about a WMI RSCN event associated with the fibre channel HBA API.
Syntax
typedef struct HBA_RSCN_EventInfo {
HBA_UINT32 PortFcId;
HBA_UINT32 NPortPage;
HBA_UINT32 Reserved[2];
} HBA_RSCN_EVENTINFO, *PHBA_RSCN_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.NPortPage
Contains port page information. For information about what values this member can have, see section entitled "Affected N-Port Pages" in the FC-FS specification for RSCN ELS.Reserved
Reserved.
Requirements
Header |
Hbaapi.h (include Hbaapi.h) |
See also