Records 1 to 8 of 8
Browse Category
» Application
» Arc » AVI » Bitmap » Brush » Caret » Character » Clipboard » Color » Compress » Console » Cryptographic » Currency » Cursor » Date/Time » DDE » Device » Display » DLL » Drives » Ellipse » File » Font » FTP » HotKey » Icon » ImageList » Inet » INI-Files » Internet » Joystick » Keyboard » Memory » Menu » MIDI » Network » Objects » Pen » Picture » Polygon » Ports » Printer » Process » Rectangle » Registry » ScrollBar » Sound » Strings » System » Tape » Text » Timer » Triangle » Wait » Window |
8 Timer API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
timeSetEventThe timeSetEvent function starts a specified timer event. The multimedia timer runs in its own thread. After the event is activated, it calls the specified callback function or sets or pulses the specified event object....Hits: 4534 Rating: (3.21) votes 571
timeKillEventThe timeKillEvent function cancels a specified timer event....Hits: 1813 Rating: (3.00) votes 440
KillTimerThe KillTimer function destroys the specified timer....Hits: 3111 Rating: (2.94) votes 550
DeleteTimerQueueTimerThe DeleteTimerQueueTimer function cancels a timer-queue timer....Hits: 1630 Rating: (3.02) votes 513
DeleteTimerQueueThe DeleteTimerQueue function deletes a timer queue. Any pending timers in the queue are canceled and deleted. To use a completion event, call the DeleteTimerQueueEx function. ...Hits: 1438 Rating: (3.10) votes 510
CreateTimerQueueTimerThe CreateTimerQueueTimer function creates a timer-queue timer. This timer expires at the specified due time, then after every specified period. When the timer expires, the callback function is called....Hits: 1898 Rating: (3.09) votes 512
CreateTimerQueueThe CreateTimerQueue function creates a queue for timers. Timer-queue timers are lightweight objects that enable you to specify a callback function to be called at a specified time. ...Hits: 1815 Rating: (3.00) votes 519
Records 1 to 8 of 8
|