BOOL PlayWave (LPCSTR FileName) { return sndPlaySound(FileName, SND_ASYNC); } BOOL StopWave (void) { return sndPlaySound(0, SND_SYNC); }