Search:

As defined in xcapi.h

xerr xcResumeCallbacks(xhandle object,
xuint32 *slots,
xuint32 count);

Description:

Resumes event notification callbacks for one or more previously suspended slot(s) in a container object. To resume callbacks for all slots in a 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.



[ Top Of Page ]