Carbon


MovieExecuteWiredActionsProcPtr

Header: Movies.h Carbon status: Under Evaluation

typedef OSErr(* MovieExecuteWiredActionsProcPtr) (
    Movie theMovie, 
    void *refcon, 
    SInt32 flags, 
    QTAtomContainer wiredActions
);

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

OSErr MyMovieExecuteWiredActionsCallback (
    Movie theMovie, 
    void *refcon, 
    SInt32 flags, 
    QTAtomContainer wiredActions
);
function result

A result code.


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