Carbon


TextMediaProcPtr

Header: Movies.h Carbon status: Supported

typedef OSErr(* TextMediaProcPtr) (
    Handle theText, 
    Movie theMovie, 
    SInt16 *displayFlag, 
    SInt32 refcon
);

You would declare your function like this if you were to name it MyTextMediaCallback:

OSErr MyTextMediaCallback (
    Handle theText, 
    Movie theMovie, 
    SInt16 *displayFlag, 
    SInt32 refcon
);
function result

A result code.


© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)