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