hey, i'm using mciSendString to play music in my game. I was wondering, how can i stop music from playing once i've started it?

Code:
//...
mciSendString("play song.mid", NULL, 0, NULL);
//...
mciSendString("stop song.mid", NULL, 0, NULL); // this wont work
help?
thanks