I'm using mciSendCommand (using MCI_OPEN & MCI_PLAY) to play MP3 files. What is the device type for an MP3 file?

I can get my code to play the file, providing I don't specify the device type. However, this allows my code to play anything, including AVI files. I don't want this, but wish to restrict it to MP3.