Search:

As defined in xcapi.h

xerr xcIsSuspended(xhandle object,
xuint32 slot,
xbool *suspend);

Description:

Checks whether event notification callbacks are suspended for a specified data item/slot in a container object. (Returns XTRUE if callbacks are suspended for the slot, XFALSE if not.)

Restrictions:

Parameters:

Returns:

An xerr type indicating the status of the operation.

Common error codes:

XSUCCESS The operation completed successfully.
XTHREAD Called from an invalid thread.
XINVAL An invalid parameter was supplied.
XBADHANDLE Invalid handle.
XBADSLOT Invalid slot number.
XNOTCONNECTED Session not connected.



[ Top Of Page ]