HBA_GetRNIDMgmtInfo routine

The HBA_GetRNIDMgmtInfo routine queries the HBA for request node identification data (RNID) management information.

Syntax

HBA_STATUS HBA_API HBA_GetRNIDMgmtInfo(
  _In_  HBA_HANDLE   HbaHandle,
  _Out_ HBA_MGMTINFO *HbaMgmtInfo
);

Parameters

  • HbaHandle [in]
    Contains a value returned by the routine HBA_OpenAdapter that identifies the HBA to query for RNID.

  • HbaMgmtInfo [out]
    Contains a structure of type HBA_MgmtInfo that holds the RNID management information.

Return value

The HBA_GetRNIDMgmtInfo routine returns a value of type HBA_STATUS that indicates the status of the HBA. In particular, HBA_GetRNIDMgmtInfo returns one of the following qualifiers.

Return code Description
HBA_STATUS_OK

Returned if the management information was successfully retrieved.

HBA_STATUS_ERROR

Returned if an unspecified error occurred that prevented the retrieval of the management information.

 

Requirements

Target platform

Desktop

Header

Hbaapi.h (include Hbaapi.h)

Library

Hbaapi.lib

DLL

Hbaapi.dll

See also

HBA_MgmtInfo

HBA_OpenAdapter

HBA_STATUS

 

 

Send comments about this topic to Microsoft