Try this (untested):
PlaySound (TEXT("1.wav"), NULL, SND_FILENAME | SND_ASYNC);
Documented at MSDN (read it!)
11
solved Using Multi Threading in Win32 Api [closed]
Try this (untested):
PlaySound (TEXT("1.wav"), NULL, SND_FILENAME | SND_ASYNC);
Documented at MSDN (read it!)
11
solved Using Multi Threading in Win32 Api [closed]