Category Custom user interface, Object ProUIDialog

Function ProUIDialogTimerStop


Description
Cancels the pending timer that was started. Note: This function can be used only in dll mode, otherwise its behavior is unpredictable.
Synopsis
#include <ProUIDialog.h>
ProErrorProUIDialogTimerStop(
ProUITimerID timer_id
/* (In)
the timer_id from ProUITimerCreate().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully canceled a timer.
PRO_TK_BAD_INPUTSThe timer_id is not valid.
PRO_TK_E_NOT_FOUNDThe timer_id was not found.
PRO_TK_GENERAL_ERRORFailed to cancel the timer.

Manual References:

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