Documentação da API > Custom user interface > Object ProUIDashboard > Callback ProUIDashboardCallbackFunction
Callback ProUIDashboardCallbackFunction
Description
This the function prototype for a callback invoked upon a dashboard event.
Synopsis
#include <ProUIDashboard.h>
(*ProUIDashboardCallbackFunction)
(
ProUIDashboard dashboard
/* (In)
The dashboard handle.
*/
/* (In)
The event type that invoked this notification.
*/
ProAppData appdata
/* (In)
Application data that was stored to be passed to this function.
*/
)
Returns
For a call of type PRO_UI_DASHBOARD_DISMISS only, indicates that the dismissal can proceed. Otherwise ignored.
Any other value
For a call of type PRO_UI_DASHBOARD_DISMISS only, indicates that the dismissal may not proceed. Otherwise ignored.
Isto foi útil?