HBA_GetAdapterAttributes routine

The HBA_GetAdapterAttributes routine retrieves the attributes for an HBA.

Syntax

HBA_STATUS HBA_API HBA_GetAdapterAttributes(
  _In_  HBA_HANDLE            HbaHandle,
  _Out_ HBA_ADAPTERATTRIBUTES *HbaAdapterAttributes
);

Parameters

  • HbaHandle [in]
    Contains a value returned by the routine HBA_OpenAdapter that identifies the HBA on which the port is located.

  • HbaAdapterAttributes [out]
    Contains, on return, a structure of type HBA_AdapterAttributes that holds the HBA attributes.

Return value

The HBA_GetAdapterAttributes routine returns a value of type HBA_STATUS that indicates the status of the HBA.

Requirements

Target platform

Desktop

Header

Hbaapi.h (include Hbaapi.h)

Library

Hbaapi.lib

DLL

Hbaapi.dll

See also

HBA_AdapterAttributes

HBA_STATUS

 

 

Send comments about this topic to Microsoft