07-02-2015, 03:14 PM
Hi Gintaras,
Regarding the detection of sound in the system, I've found another method to do it
It uses the IDirectSoundBuffer8::Get_Status method.
http://stackoverflow.com/questions/39834...xp-machine
Could you give me an example how to use it in QM, since I see it declare in the winapi2.txt as:
dll C_macro IDirectSoundBuffer8_GetStatus p a ;;(p)->GetStatus(a)
Regarding the detection of sound in the system, I've found another method to do it
It uses the IDirectSoundBuffer8::Get_Status method.
http://stackoverflow.com/questions/39834...xp-machine
Could you give me an example how to use it in QM, since I see it declare in the winapi2.txt as:
dll C_macro IDirectSoundBuffer8_GetStatus p a ;;(p)->GetStatus(a)
