Carbon


StdPixProcPtr

Header: ImageCompression.h Carbon status: Supported

typedef void(* StdPixProcPtr) (
    PixMap *src, 
    Rect *srcRect, 
    MatrixRecord *matrix, 
    SInt16 mode, 
     mask, 
    PixMap *matte, 
    Rect *matteRect, 
    SInt16 flags
);

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

void MyStdPixCallback (
    PixMap *src, 
    Rect *srcRect, 
    MatrixRecord *matrix, 
    SInt16 mode, 
     mask, 
    PixMap *matte, 
    Rect *matteRect, 
    SInt16 flags
);

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