Carbon


GetMovieProcPtr

Header: Movies.h Carbon status: Supported

typedef OSErr(* GetMovieProcPtr) (
    SInt32 offset, 
    SInt32 size, 
    void *dataPtr, 
    void *refCon
);

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

OSErr MyGetMovieCallback (
    SInt32 offset, 
    SInt32 size, 
    void *dataPtr, 
    void *refCon
);
function result

A result code.


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