[DllImport("winmm.dll", SetLastError = true)] public static extern uint mixerGetDevCaps( uint uMxId, ref MIXERCAPS pmxcaps, uint cbmxcaps );
Microsoft documentation: Link
Last updated 1 year ago