RemoveCallBackFromTimeBase
Your clock component uses theRemoveCallBackFromTimeBasefunction to remove a callback event from the list of scheduled callback events. The Movie Toolbox maintains this list.
pascal OSErr RemoveCallBackFromTimeBase (QTCallBack cb);
cb- Specifies the callback event for the operation. Your clock component obtains this value from the parameters passed to your
ClockCallMeWhenfunction (described on page 11-10).DESCRIPTION
Your component should call theRemoveCallBackToTimeBasefunction when yourClockCancelCallBackfunction determines that your component can cancel the callback event (see "Using the Callback Functions" beginning on page 11-8 for more information about theClockCancelCallBackfunction).SPECIAL CONSIDERATIONS
Your component should call theRemoveCallbackFromTimeBasefunction only for callback events that were successfully added to the schedule with theAddCallBackToTimeBasefunction (described on page 11-16).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help