Sound in einem Loop abspielen

#include <mmsystem.h>

sndPlaySound("MySong.wav", SND_ASYNC | SND_LOOP);