HBA_SetRNIDMgmtInfo routine
The HBA_SetRNIDMgmtInfo routine programs the HBA to return the indicated request node identification information data (RNID).
Syntax
HBA_STATUS HBA_API HBA_SetRNIDMgmtInfo(
_In_ HBA_HANDLE HbaHandle,
_In_ HBA_MGMTINFO *HbaMgmtInfo
);
Parameters
HbaHandle [in]
Contains a value returned by the routine HBA_OpenAdapter that identifies the HBA whose RNID is set.HbaMgmtInfo [in]
Contains a structure of type HBA_MgmtInfo that specifies the RNID to associate with the HBA referenced by HbaHandle.
Return value
The HBA_SetRNIDMgmtInfo routine returns a value of type HBA_STATUS that indicates the status of the HBA. In particular, HBA_SetRNIDMgmtInfo returns one of the following values.
Return code | Description |
---|---|
HBA_STATUS_OK | Returned if the HBA was successfully programmed to return the specified RNID. |
HBA_STATUS_ERROR | Returned if an unspecified error occurred that prevented the routine from programming the HBA to return the specified RNID. |
Requirements
Target platform |
Desktop |
Header |
Hbaapi.h (include Hbaapi.h) |
Library |
Hbaapi.lib |
DLL |
Hbaapi.dll |
See also