GetDiscoveredPortAttributes_IN structure (hbapiwmi.h)
The GetDiscoveredPortAttributes_IN structure is used to pass input parameter data to the GetDiscoveredPortAttributes WMI method.
Syntax
typedef struct _GetDiscoveredPortAttributes_IN {
ULONG PortIndex;
ULONG DiscoveredPortIndex;
} GetDiscoveredPortAttributes_IN, *PGetDiscoveredPortAttributes_IN;
Members
PortIndex
Indicates 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).
DiscoveredPortIndex
Indicates 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).
Remarks
The WMI tool suite generates a declaration of the GetDiscoveredPortAttributes_IN structure in Hbapiwmi.h when it compiles the MSFC_HBAAdapterMethods WMI Class.
Requirements
Requirement | Value |
---|---|
Header | hbapiwmi.h (include Hbapiwmi.h) |