Carbon


QDJShieldCursorProcPtr

Header: Quickdraw.h Carbon status: Supported

typedef void(* QDJShieldCursorProcPtr) (
    SInt16 left, 
    SInt16 top, 
    SInt16 right, 
    SInt16 bottom
);

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

void MyQDJShieldCursorCallback (
    SInt16 left, 
    SInt16 top, 
    SInt16 right, 
    SInt16 bottom
);

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