TIStop
호환성으로 인해 더 이상 사용하지 않습니다. 대신 Timer 관리자를 사용하십시오!
The TIStop function stops the specified timer.
double TIStop( long timerID // timer identifier );
Parameters
- timerID
- Specifies the timer to stop. It must be nonnegative.
Return Values
The return value is the elapsed time in seconds since the timer first received a start message.
Remarks
Global Timer Manager is able to work only with limited number of timers, so if you pass too great number in timerID parameter, TIStop does nothing.
The TIStop function decreases the value of the reference counter of the specified timer. The TIStop stops the specified timer only when the reference counter is 0.
Requirements
Header: Declared in GSTime.hpp
Import Library: Link with GSRootImp.lib