API Documentation > Miscellaneous > Object ProUITimer > Callback ProUITimerAction
Callback ProUITimerAction
Description
Timer Action Callback for ProUITimerCreate
Synopsis
#include <ProUIDialog.h>
void
(*ProUITimerAction)
(
char* dialog
/* (In)
Dialog name
*/
ProUITimerID timer_id
/* (In)
Timer id
*/
ProAppData appdata
/* (In)
User data to be passed to the action function.
*/
)
Returns
None
User Guide References
Was this helpful?