Home
last modified time | relevance | path

Searched refs:DownloadLyricAndCoverThreadFunc (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DMusicPlayerDlg.h148 static UINT DownloadLyricAndCoverThreadFunc(LPVOID lpParam); //执行自动下载歌词和专辑封面的线程函数
H A DMusicPlayerDlg.cpp4265 UINT CMusicPlayerDlg::DownloadLyricAndCoverThreadFunc(LPVOID lpParam) in DownloadLyricAndCoverThreadFunc() function in CMusicPlayerDlg
4614 m_pDownloadThread = AfxBeginThread(DownloadLyricAndCoverThreadFunc, this); in OnMusicStreamOpened()
6088 m_pDownloadThread = AfxBeginThread(DownloadLyricAndCoverThreadFunc, this); in OnAlwaysUseExternalAlbumCover()