API-Dokumentation
>
Custom user interface
>
Object ProUIDialog
> Function ProUIDialogTimerStop
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
>
ProError
ProUIDialogTimerStop
(
ProUITimerID
timer_id
/* (In)
the timer_id from
ProUITimerCreate
().
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully canceled a timer.
PRO_TK_BAD_INPUTS
The timer_id is not valid.
PRO_TK_E_NOT_FOUND
The timer_id was not found.
PRO_TK_GENERAL_ERROR
Failed to cancel the timer.
User Guide References
Dialog Operations:ProUIDialogTimerStop
War dies hilfreich?
Diese Website funktioniert am besten, wenn JavaScript aktiviert ist.