TOOLBAR_ATTR_CALLBACK_FUNCTION_POINTER
Data Type:
pointer
Description:
The address of the function to call to dispatch toolbar events. This function should be of the form int ToolbarCallback(ToolbarType toolbar, int event, void *callbackData, int eventData1, int eventData2);.