None
typedef void(*RWCancellationState)(void);
#include <rw/sync/RWCancellationState.h> #include <rw/thread/RWCancellation.h>
This function pointer type is used with the Synchronization objects to set the cancellation policy.
RW_CANCELLATION_DISABLED is defined in the Synchronization package to be 0. RW_CANCELLATION_ENABLED is defined in the Threading package as &rwServiceCancellation. Either macro may be passed where an RWCancellationState is expected. For example, see RWSynchObject::setCancellation(RWCancellationState).
For information on changes in RWCancellationState and compatibility with previous versions of Threads.h++, please see the Threads.h++ User's Guide appendix.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.