Searched refs:DownloadLyricAndCoverThreadFunc (Results 1 – 2 of 2) sorted by relevance
148 static UINT DownloadLyricAndCoverThreadFunc(LPVOID lpParam); //执行自动下载歌词和专辑封面的线程函数
4265 UINT CMusicPlayerDlg::DownloadLyricAndCoverThreadFunc(LPVOID lpParam) in DownloadLyricAndCoverThreadFunc() function in CMusicPlayerDlg4614 m_pDownloadThread = AfxBeginThread(DownloadLyricAndCoverThreadFunc, this); in OnMusicStreamOpened()6088 m_pDownloadThread = AfxBeginThread(DownloadLyricAndCoverThreadFunc, this); in OnAlwaysUseExternalAlbumCover()