Home
last modified time | relevance | path

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

/reactos/dll/win32/winmm/
H A Dplaysound.c38 } WINE_PLAYSOUND; typedef
40 static WINE_PLAYSOUND *PlaySoundCurrent;
428 static void PlaySound_Free(WINE_PLAYSOUND* wps) in PlaySound_Free()
438 static WINE_PLAYSOUND* PlaySound_AllocAndGetMMIO(const void* pszSound, HMODULE hmod, in PlaySound_AllocAndGetMMIO()
444 WINE_PLAYSOUND* wps; in PlaySound_AllocAndGetMMIO()
479 static BOOL proc_PlaySound(WINE_PLAYSOUND *wps) in proc_PlaySound()
619 WINE_PLAYSOUND *wps = (WINE_PLAYSOUND*)lpParameter; in PlaySoundAsyncThreadProc()
627 static BOOL proc_PlaySoundAsync(WINE_PLAYSOUND *wps) in proc_PlaySoundAsync()
647 WINE_PLAYSOUND* wps = NULL; in MULTIMEDIA_PlaySound()