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 | |||||
|