bstr_finish(3) — Subroutines
Name
bstr_finish − Terminates use of the BASEstar Open services.
Syntax
bstr_t_status bstr_finish ();
Description
The calling application invokes the bstr_finish procedure to indicate that it no longer needs to access BASEstar Open services. Before releasing the environment, the bstr_finish procedure also terminates any pending non-blocking service requests. Requests that have been forced to terminate return the BSTR_S_FINISH completion code.
Return Values
| BSTR_S_COM_TASK_NOT_FOUND | Process not found in watchdog tables |
| BSTR_S_COM_PC_SIZE_MISMATCH | Number of bytes requested does not match the number of bytes returned |
| BSTR_S_NORMAL | Normal successful completion |
| BSTR_S_NOT_INITIALIZE | BASEstar Open not initialized |
See Also
| bstr_initialize | # |