DisposeTimeBase
TheDisposeTimeBasefunction allows your application to dispose of a time base once you are finished with it.
pascal void DisposeTimeBase (TimeBase tb);
tb- Specifies the time base for this operation. Your application obtains this time base identifier from the
NewTimeBasefunction described in the previous section.DESCRIPTION
TheDisposeTimeBasefunction cancels and disposes of any pending callback events that are associated with the time base.SPECIAL CONSIDERATIONS
Note that theDisposeTimeBasefunction uses the Memory Manager; therefore, you should not call this function at interrupt time.ERROR CODES
None
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help