Searched refs:PlaySoundA (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/winmm/ |
H A D | winmm.spec | 2 1 stdcall @(ptr long long) PlaySoundA 19 @ stdcall PlaySound(ptr long long) PlaySoundA 20 @ stdcall PlaySoundA(ptr long long)
|
H A D | playsound.c | 701 BOOL WINAPI PlaySoundA(LPCSTR pszSoundA, HMODULE hmod, DWORD fdwSound) in PlaySoundA() function
|
/reactos/modules/rostests/winetests/winmm/ |
H A D | wave.c | 1716 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 D | mmsystem.h | 1953 BOOL WINAPI PlaySoundA(_In_opt_ LPCSTR, _In_opt_ HMODULE, _In_ DWORD); 2842 #define PlaySound PlaySoundA
|