ExitMovies
QuickTime calls theExitMoviesfunction automatically when your application quits--you only need to call this function if you finish with the Movie Toolbox long before your application is ready to quit. As a general rule, your application should not use this function.
pascal void ExitMovies (void);DESCRIPTION
When you call theExitMoviesfunction, the Movie Toolbox releases the private storage (which may be significant) that was allocated when you called theEnterMoviesfunction, which is described in the previous section.SPECIAL CONSIDERATIONS
Before calling theExitMoviesfunction, be sure that you have closed your connections to any components that use the Movie Toolbox (such as movie controllers, sequence grabbers, and so on).ERROR CODES
None