![]() |
As defined in xcapi.h
| xerr xcSuspendCallbacks( | xhandle object, |
| xuint32 *slots, | |
| xuint32 count); |
Description:
Suspends event notification callbacks for one or more slots in a container object. No events will fire for a suspended slot unless xcResumeCallbacks() is subsequently called on it. Note that the associated content items in the container object continue to be updated in response to messages from the Exegy appliance, but the calling application is not notified of the updates. To suspend callbacks for all slots in the container, pass in NULL for the slots parameter, and 0 for the count.
Restrictions:
Parameters:
Returns:
An xerr type indicating the status of the operation.
Common error codes:
XSUCCESS The operation completed successfully.
XINVAL An invalid parameter was supplied.
XBADHANDLE Invalid handle.
XTHREAD Called from an invalid thread.
XBADSLOT Invalid slot number.
XNOTSUP Not supported for the object (e.g., callbacks cannot be suspended for a STATIC object).