M
Mauricio Streisky
I´m trying to map and use the winmm.dll functions to build
an audio assistant but I have a particular problem when I
try to use mixerGetLineControls function.
The function every return "Invalid Parameter" probably
related with the structures MIXERCONTROL and
MIXERLINECONTROLS (some is wrong implemented).
Anyone has a tip about how implement these structures in
c#?
[DllImport("Winmm.dll", CharSet=CharSet.Auto)
private static extern uint mixerGetLineControls(IntPtr
hmxobj, ref MIXERLINECONTROLS pmxlc, uint fdwControls);
an audio assistant but I have a particular problem when I
try to use mixerGetLineControls function.
The function every return "Invalid Parameter" probably
related with the structures MIXERCONTROL and
MIXERLINECONTROLS (some is wrong implemented).
Anyone has a tip about how implement these structures in
c#?
[DllImport("Winmm.dll", CharSet=CharSet.Auto)
private static extern uint mixerGetLineControls(IntPtr
hmxobj, ref MIXERLINECONTROLS pmxlc, uint fdwControls);