bstr_timer_enable(3) — Subroutines
Name
bstr_timer_enable − Enables evaluation of a Timer.
Syntax
bstr_t_status bstr_timer_enable (
bstr_t_reference ∗timer,
bstr_t_rcb ∗control);
Description
The bstr_timer_enable procedure enables the Timer specified by timer. As a result, Common Services evaluate the Timer to determine whether it has expired.
Arguments
timer
access: read
The reference to the Timer to be enabled.
control
access: read
The address of an optional request control block.
Return Values
| BSTR_S_NORMAL | Normal successful completion |
| BSTR_S_ALREADY_ENABLED | Timer already enabled |
| BSTR_S_BAD_REFERENCE | Invalid reference |
See Also
| bstr_timer_disable | # |