Carbon


QDPixProcPtr

Header: ImageCompression.h Carbon status: Supported

typedef void(* QDPixProcPtr) (
    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 MyQDPixCallback:

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

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