// hbapiwmi.h
typedef struct _GetDiscoveredPortAttributes_IN {
ULONG PortIndex;
ULONG DiscoveredPortIndex;
} GetDiscoveredPortAttributes_IN, *PGetDiscoveredPortAttributes_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The GetDiscoveredPortAttributes_IN structure is used to pass input parameter data to the GetDiscoveredPortAttributes WMI method.
PortIndexIndicates the index within the specified HBA of the port of type Nx_Port to query. For a definition of Nx_Port, see the T11 committee's specification for Fibre Channel HBA API (FC-HBA).
DiscoveredPortIndexIndicates the index within the specified HBA of the port of type FC_Port to query. For a definition of FC_Port, see the T11 committee's specification for Fibre Channel HBA API (FC-HBA).
The WMI tool suite generates a declaration of the GetDiscoveredPortAttributes_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.