
ProUITimerCreate | |
( ProUITimerAction action /* (In) See ProUITimerAction type definition. Note that the action callback does not return a value. The action is invoked only once per each call of ProUIDialogTimerStart. If the application wants to be called again, it should invoke ProUIDialogTimerStart again, possibly from the action callback. Note that you must not Activate/Open a dialog from this action CB. */ ProAppData appdata /* (In) User data to be passed to the action function. */ ProName timer_name /* (In) Name of timer. */ ProUITimerID * timer_id /* (Out) The id of the timer to be used with ProUIDialogTimerStart */ ) |

The function successfully create a timer. | |
One of the input arguments is not valid. | |
The timer_name is longer than 32 Characters. | |
The timer_name is in use. |

