Carbon


ICMFlushProcPtr

Header: ImageCompression.h Carbon status: Supported

typedef OSErr(* ICMFlushProcPtr) (
    Ptr data, 
    SInt32 bytesAdded, 
    SInt32 refcon
);

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

OSErr MyICMFlushCallback (
    Ptr data, 
    SInt32 bytesAdded, 
    SInt32 refcon
);
function result

A result code.


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