Disables asynchronous alert delivery to the current thread.
Syntax
cma_alert_disable_asynch(
prior);
Argument Data Type Access
prior opaque cma_t_alert_ write
state
C Binding
#include
void
cma_alert_disable_asynch (
cma_t_alert_state *prior);
Arguments
- prior
- Receives the state of asynchronous alert delivery (enabled or
disabled) that exists before the call to this routine.
Description
This routine should be used to get the current alert
state immediately prior to enabling asynchronous alerts. This
state can be used in a subsequent call to cma_alert_restore to
reestablish the previous alert state. When the call to cma_
alert_disable_asynch returns, call cma_alert_enable_asynch
to enable asynchronous alerts. Do not call this routine to
disable asynchronous alerts, rather, call cma_alert_restore. See
Example E-1.
Exceptions
None