mixerGetLineControls
[DllImport("winmm.dll", SetLastError = true)]
public static extern uint mixerGetLineControls(
IntPtr hmxobj,
ref MIXERLINECONTROLS pmxlc,
uint fdwControls
);
Microsoft documentation: Link
Last updated
[DllImport("winmm.dll", SetLastError = true)]
public static extern uint mixerGetLineControls(
IntPtr hmxobj,
ref MIXERLINECONTROLS pmxlc,
uint fdwControls
);
Microsoft documentation: Link
Last updated