Carbon


ActionsProcPtr

Header: Movies.h Carbon status: Supported

typedef OSErr(* ActionsProcPtr) (
    void *refcon, 
    Track targetTrack, 
    SInt32 targetRefCon, 
    QTEventRecordPtr theEvent
);

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

OSErr MyActionsCallback (
    void *refcon, 
    Track targetTrack, 
    SInt32 targetRefCon, 
    QTEventRecordPtr theEvent
);
function result

A result code.


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