Carbon


ICMCursorShieldedProcPtr

Header: ImageCompression.h Carbon status: Supported

typedef void(* ICMCursorShieldedProcPtr) (
    const Rect *r, 
    void *refcon, 
    SInt32 flags
);

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

void MyICMCursorShieldedCallback (
    const Rect *r, 
    void *refcon, 
    SInt32 flags
);

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