ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 타이머 - Win32
    Platform/util 2009. 4. 3. 21:57
    KeInitializeTimer() // ASSERT(KeGetCurrentIrql() <= DISPATCH_LEVEL)
    KeInitializeTimerEx()
    KeSetTimer() // ASSERT(KeGetCurrentIrql() <= DISPATCH_LEVEL)
    KeSetTimerEx()
    KeCancelTimer() // ASSERT(KeGetCurrentIrql() <= DISPATCH_LEVEL)

    IoInitializeTimer()
    IoStartTimer()
    IoStopTimer()

    ==

    CreateWatableTimer()
    CloseHandle()
    SetWatableTimer()
    CancelWatableTimer()

    SetTimer()
    KillTimer()
    c.f. UI 쓰레드?
    멀티미디어 타이머
    timeGetDevCaps()
    timeBeginPeriod()
    timeEndPeriod()

    timeSetEvent()
    timeKillEvent()

    참조 사이트:
Designed by Tistory.