Searched refs:MULTIMEDIA_PlaySound (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/winmm/ |
H A D | playsound.c | 645 static BOOL MULTIMEDIA_PlaySound(const void* pszSound, HMODULE hmod, DWORD fdwSound, BOOL bUnicode) in MULTIMEDIA_PlaySound() function 703 return MULTIMEDIA_PlaySound(pszSoundA, hmod, fdwSound, FALSE); in PlaySoundA() 711 return MULTIMEDIA_PlaySound(pszSoundW, hmod, fdwSound, TRUE); in PlaySoundW() 720 return MULTIMEDIA_PlaySound(pszSoundA, 0, uFlags, FALSE); in sndPlaySoundA() 729 return MULTIMEDIA_PlaySound(pszSound, 0, uFlags, TRUE); in sndPlaySoundW()
|