Strange (audio) MMSYSERR_NODRIVER error.

K

KathiMarge

Hi.

I do:
nPlayers=waveOutGetNumDevs();
Got nPlayers=1.
This is my device ok. Then:

mResult=waveOutGetDevCaps(nDevice, &sWOCaps, sizeof(WAVEOUTCAPS));

return mResult=0x06 :: "No driver" error.

But I know there *is* a driver. This is *my* driver. And it works ok.
I see in the KD logs many messages like:
"Node 10: min:0 max:10000 step:2000"
(Messages from device capabilities query functions - as it should be.)
And no messages with any ntStatus errors.

Probably waveOutGetDevCaps address some another driver too?
How do I know which one?

TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top