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> | |||||||||||
ProError | ProUITimerDestroy | ( | |||||||||
ProUITimerID timer_id | |||||||||||
/* (In) | |||||||||||
Id of timer, as output by ProUITimerCreate. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|