Graphisoft®

GSRootVersion: 1.0

TIReset

호환성으로 인해 더 이상 사용하지 않습니다. 대신 Timer 관리자를 사용하십시오!

The TIReset function resets the specified timer.

void TIReset(
  long          timerID,      // ID of timer
  char          *timerName // new name of timer
);

 

Parameters

timerID
Specifies the timer to reset. It must be nonnegative. If this parameter is 0, the Global Timer Manager calls the TIInit function to initialize the manager and all the timers belonging to it.
timerName
Specifies the new name of the timer to reset. If this parameter is NULL, the old name of the specified timer will not change.

Remarks

Global Timer Manager is able to work only with limited number of timers, so if you pass too great number in timerID parameter, TIReset does nothing.

Requirements

    Header: Declared in GSTime.hpp
    Import Library: Link with GSRootImp.lib

See Also

Global Timer Manager Functions, TIInit