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