Is this too hard for you guys?

I've loaded a wav file into a res file and I want to play
it from my code.
It's loaded into a res file as "WAV" type, and read from
a .wav file.

This is what I've done:

eepSound = LoadResData(101, "WAV")
sndPlaySound eepSound, SND_NODEFAULT Or SND_ASYNC

However, I don't get any sound played.

Anybody want to clue me in as to how to load a wav file into a res file and then play it?

Thanks!