Carbon


ImageCodecMPDrawBandProcPtr

Header: ImageCodec.h Carbon status: Supported

typedef ComponentResult(* ImageCodecMPDrawBandProcPtr) (
    void *refcon, 
    ImageSubCodecDecompressRecord *drp
);

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

ComponentResult MyImageCodecMPDrawBandCallback (
    void *refcon, 
    ImageSubCodecDecompressRecord *drp
);

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