Carbon


DebugComponentCallbackProcPtr

Header: Debugging.h Carbon status: Supported

typedef void(* DebugComponentCallbackProcPtr) (
    SInt32 optionSelectorNum, 
    UInt32 command, 
    Boolean *optionSetting
);

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

void MyDebugComponentCallbackCallback (
    SInt32 optionSelectorNum, 
    UInt32 command, 
    Boolean *optionSetting
);

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