API 설명서
>
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
Parent topic
Object ProUIDialog
도움이 되셨나요?
이 사이트는 JavaScript를 사용할 때 가장 잘 작동합니다.