Object ProUITimer

Function ProUITimerDestroy


Description
Destroys a timer added via ProUITimerCreate. After the timer is destroyed, its name is available for reuse. If the timer has been started, it is first stopped. Note: This function can be used only in dll mode, otherwise its behavior is unpredictable.
Synopsis
#include <ProUIDialog.h>
ProErrorProUITimerDestroy(
ProUITimerID timer_id
/* (In)
Id of timer, as output by ProUITimerCreate.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully create a timer.
PRO_TK_BAD_INPUTSOne of the input arguments is not valid.
PRO_TK_E_NOT_FOUNDThe timer_id was not found.

Manual References:

  1. User Interface: Dialogs: Dialog Operations
  2. User Interface: Dialogs: Dialog Operations