Home
last modified time | relevance | path

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

/reactos/dll/win32/winmm/
H A Dwinmm.spec2 1 stdcall @(ptr long long) PlaySoundA
19 @ stdcall PlaySound(ptr long long) PlaySoundA
20 @ stdcall PlaySoundA(ptr long long)
H A Dplaysound.c701 BOOL WINAPI PlaySoundA(LPCSTR pszSoundA, HMODULE hmod, DWORD fdwSound) in PlaySoundA() function
/reactos/modules/rostests/winetests/winmm/
H A Dwave.c1716 br = PlaySoundA(test_file, NULL, SND_FILENAME | SND_NODEFAULT); in test_PlaySound()
1720 br = PlaySoundA(test_file, NULL, SND_ALIAS | SND_NODEFAULT); in test_PlaySound()
1728 br = PlaySoundA(temp, NULL, SND_FILENAME | SND_NODEFAULT); in test_PlaySound()
1733 br = PlaySoundA(temp, NULL, SND_FILENAME | SND_NODEFAULT); in test_PlaySound()
/reactos/sdk/include/psdk/
H A Dmmsystem.h1953 BOOL WINAPI PlaySoundA(_In_opt_ LPCSTR, _In_opt_ HMODULE, _In_ DWORD);
2842 #define PlaySound PlaySoundA