CancelCallBack
You use theCancelCallBackfunction to cancel a callback event before it executes.
pascal void CancelCallBack (QTCallBack cb);
cb- Specifies the callback event for this operation. You obtain this value from the
NewCallBackfunction (described on page 2-317).DESCRIPTION
TheCancelCallBackfunction removes the callback event from the list of callback events maintained by the Movie Toolbox. The Movie Toolbox calls this function automatically when it invokes your callback function. In order for a callback event to be scheduled, you must call theCallMeWhenfunction, which is described in the previous section.ERROR CODES
None