What is the API used to know whether the volume is mute or not in Pocket PC 2003 environment using c++?
To set volume, I have used the following API:-
waveOutSetVolume(0,volume[volumeStatus.volume]);
And to get volume, I have used the following API:-
waveOutGetVolume(0, (LPDWORD)&volume);
Please let me know what is the API for setting and getting Mute status?
I got the solution for the above:
Method to Get Mute status: