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>
ProUITimerDestroy
(
ProUITimerID timer_id
/* (In)
Id of timer, as output by ProUITimerCreate.
*/
)
Returns
The function successfully create a timer.
One of the input arguments is not valid.
The timer_id was not found.
User Guide References
これは役に立ちましたか?