![]() |
MovieDrawingCompleteProcPtr |
||||
Header: | Movies.h | Carbon status: | Supported | |
typedef OSErr(* MovieDrawingCompleteProcPtr) ( Movie theMovie, SInt32 refCon );
You would declare your function like this if you were to name it MyMovieDrawingCompleteCallback:
OSErr MyMovieDrawingCompleteCallback ( Movie theMovie, SInt32 refCon );
A result code.
© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)