GetMoviesStickyError
TheGetMoviesStickyErrorfunction returns the contents of the sticky error value. The sticky error value contains the first nonzero result code from any Movie Toolbox function that you called after having cleared the sticky error with theClearMoviesStickyErrorfunction.
pascal OSErr GetMoviesStickyError (void);DESCRIPTION
The Movie Toolbox does not clear the sticky error value when you call theGetMoviesStickyErrorfunction. Your application clears the sticky error value by calling theClearMoviesStickyErrorfunction, which is described in the next section.ERROR CODES
Any Movie Toolbox result code (see "Summary of the Movie Toolbox" at the end of this chapter)