Home
last modified time | relevance | path

Searched refs:hWndCallBack (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/mciqtz32/
H A Dmciqtz.c149 static void MCIQTZ_mciNotify(DWORD_PTR hWndCallBack, WINE_MCIQTZ* wma, UINT wStatus) in MCIQTZ_mciNotify() argument
154 mciDriverNotify(HWND_32(LOWORD(hWndCallBack)), wDevID, wStatus); in MCIQTZ_mciNotify()
/reactos/dll/win32/winmm/
H A Dmci.c2223 BOOL WINAPI mciDriverNotify(HWND hWndCallBack, MCIDEVICEID wDevID, UINT wStatus) in mciDriverNotify() argument
2225 TRACE("(%p, %04x, %04X)\n", hWndCallBack, wDevID, wStatus); in mciDriverNotify()
2227 return PostMessageW(hWndCallBack, MM_MCINOTIFY, wStatus, wDevID); in mciDriverNotify()
/reactos/dll/win32/mcicda/
H A Dmcicda.c247 static void MCICDA_Notify(DWORD_PTR hWndCallBack, WINE_MCICDAUDIO* wmcda, UINT wStatus) in MCICDA_Notify() argument
252 mciDriverNotify(HWND_32(LOWORD(hWndCallBack)), wDevID, wStatus); in MCICDA_Notify()
/reactos/dll/win32/mciseq/
H A Dmcimidi.c164 static void MIDI_mciNotify(DWORD_PTR hWndCallBack, WINE_MCIMIDI* wmm, UINT wStatus) in MIDI_mciNotify() argument
172 mciDriverNotify(HWND_32(LOWORD(hWndCallBack)), wDevID, wStatus); in MIDI_mciNotify()
/reactos/dll/win32/mciwave/
H A Dmciwave.c213 static void WAVE_mciNotify(DWORD_PTR hWndCallBack, WINE_MCIWAVE* wmw, UINT wStatus) in WAVE_mciNotify() argument
221 mciDriverNotify(HWND_32(LOWORD(hWndCallBack)), wDevID, wStatus); in WAVE_mciNotify()