I am trying to open the sound card mixers with the API:
lRet = mixerOpen(ref hmixer, uMxId, cbFunction, IntPtr.Zero, MIXER_OBJECTF_MIXER
| CALLBACK_FUNCTION);
where cbFunction
is a pointer to a function that will receive the MM_MIXM_LINE_CHANGE
and MM_MIXM_CONTROL_CHANGE
mixer messages but I am not able to set up such a function.
I have already done a lot of web search without any success and now you are my last hope ...