bstr_actor_get_info(3) — Subroutines
Name
bstr_actor_get_info − Returns run-time information on all the Activity components of a specified Actor (VODB only).
Syntax
bstr_t_status bstr_actor_get_info (
bstr_t_reference ∗actor,
bstr_t_rcb ∗control,
bstr_t_sequence ∗info);
Description
The bstr_actor_get_info procedure returns run-time information on all the Activity components of the specified actor.
Arguments
actor
access: read
The reference to the Actor object for which run-time information is to be obtained.
control
access: read
The address of an optional request control block.
info
access: write
The address of a sequence. Each element in the sequence contains the run-time information of an Activity. The significant fields of each element in the sequence are as follows:
•type. Set to BSTR_C_ACTIVITY_INFO.
•size. The size of the bstr_t_activity_info data structure addressed by value.
•value. The address of a bstr_t_activity_info data structure.
Return Values
| BSTR_S_ABORTED | Operation aborted |
| BSTR_S_BAD_BUFFER | Bad sequence buffer |
| BSTR_S_BAD_PARAMETER | Bad parameter value |
| BSTR_S_BAD_REFERENCE | Bad reference |
| BSTR_S_BAD_SEQUENCE | Bad sequence |
| BSTR_S_COMMUNICATION_ERROR | Communication error |
| BSTR_S_ERROR | Error |
| TABLE_ROW>(BSTR_S_FINISHRequest aborted by bstr_finish) | |
| BSTR_S_INTERNAL_ERROR | Internal error |
| BSTR_S_INTR | Operation interrupted |
| BSTR_S_INVALID_NAME | Invalid name |
| BSTR_S_INVALID_OPERATION | Invalid operation |
| BSTR_S_INVALID_RCB | Invalid Request Control Block |
| BSTR_S_INVALID_USAGE | Invalid reference usage |
| BSTR_S_NORMAL | Normal successful completion |
| BSTR_S_NOT_INITIALIZED | BASEstar Open not initialized |
| BSTR_S_NO_MEMORY | Insufficient virtual memory |
| BSTR_S_SEQUENCE_IN_USE | Sequence already in use |
| BSTR_S_SERVER_NOT_REACHABLE | Server not reachable |
| BSTR_S_TIMEOUT | Timeout expired |
| BSTR_S_TOO_MANY_REQUESTS | Too many pending requests |
See Also
| bstr_activity_begin | # |
| bstr_activity_break | # |
| bstr_activity_end | # |
| bstr_activity_get_info | # |