Carbon


MCActionFilterWithRefConProcPtr

Header: Movies.h Carbon status: Supported

typedef Boolean(* MCActionFilterWithRefConProcPtr) (
    MovieController mc, 
    SInt16 action, 
    void *params, 
    SInt32 refCon
);

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

Boolean MyMCActionFilterWithRefConCallback (
    MovieController mc, 
    SInt16 action, 
    void *params, 
    SInt32 refCon
);

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