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>
ProUIDialogTimerStop
(
ProUITimerID timer_id
/* (In)
the timer_id from ProUITimerCreate().
*/
)
Returns
The function successfully canceled a timer.
The timer_id is not valid.
The timer_id was not found.
Failed to cancel the timer.
User Guide References
도움이 되셨나요?