Home
last modified time | relevance | path

Searched refs:SHOW_VOLUME_TIMER_ID (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DUserUi.h44 enum { SHOW_VOLUME_TIMER_ID = 1635 }; enumerator
H A DUserUi.cpp90 KillTimer(theApp.m_pMainWnd->GetSafeHwnd(), SHOW_VOLUME_TIMER_ID); in VolumeAdjusted()
92 SetTimer(theApp.m_pMainWnd->GetSafeHwnd(), SHOW_VOLUME_TIMER_ID, 1500, NULL); in VolumeAdjusted()
97 KillTimer(theApp.m_pMainWnd->GetSafeHwnd(), SHOW_VOLUME_TIMER_ID); in ResetVolumeToPlayTime()
H A DMusicPlayerDlg.cpp2647 else if (nIDEvent == CUserUi::SHOW_VOLUME_TIMER_ID) in OnTimer()