Searched defs:handle (Results 1 – 7 of 7) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | BASSEncodeLibrary.h | 32 …HENCODE BASS_Encode_StartW(DWORD handle, const wchar_t *cmdline, DWORD flags, ENCODEPROC *proc, vo… in BASS_Encode_StartW()
|
H A D | BASSWmaLibrary.h | 35 BOOL BASS_WMA_EncodeSetTagW(HWMENCODE handle, const wchar_t *tag, const wchar_t *text) in BASS_WMA_EncodeSetTagW()
|
H A D | BassCore.cpp | 106 HPLUGIN handle = BASS_PluginLoad((plugin_dir + plugin_file).c_str(), 0); in InitCore() local 181 for (const auto& handle : m_plugin_handles) //释放插件句柄 in UnInitCore() local 198 void CBassCore::MidiLyricSync(HSYNC handle, DWORD channel, DWORD data, void * user) in MidiLyricSync() 223 void CBassCore::MidiEndSync(HSYNC handle, DWORD channel, DWORD data, void * user) in MidiEndSync()
|
H A D | MusicPlayer2.cpp | 144 HWND handle = FindWindow(_T("MusicPlayer_l3gwYT"), NULL); //根据类名查找已运行实例窗口的句柄 in InitInstance() local
|
H A D | FfmpegCore.h | 198 MusicHandle* handle; variable
|
/MusicPlayer2/scintilla/src/ |
H A D | PerLine.h | 18 int handle; member
|
H A D | PerLine.cxx | 67 bool MarkerHandleSet::InsertHandle(int handle, int markerNum) { in InsertHandle() 72 void MarkerHandleSet::RemoveHandle(int handle) { in RemoveHandle()
|