[Return to Bookshelf] [Contents] [Previous Section] [Next Section] [Index] [Help]


cma_alert_disable_general

Disables general delivery of alerts to the current thread.

Syntax

cma_alert_disable_general(
                          prior);
 


Argument Data Type Access

prior opaque cma_t_alert_ write state


C Binding

#include 

void cma_alert_disable_general ( cma_t_alert_state *prior);

Arguments

prior
Receives the prior state of general alert delivery (enabled or disabled).

Description

This routine disables general delivery of alerts to the current thread and returns the previous state of alert delivery to the prior argument.

Exceptions

cma_e_alert_nesting
cma_e_existence
cma_e_use_error



[Return to Bookshelf] [Contents] [Previous Section] [Next Section] [Index] [Help]