mixerGetID

[DllImport("winmm.dll", SetLastError = true)]
public static extern uint mixerGetID(
   IntPtr hmxobj,
   ref uint puMxId,
   uint fdwId
);

Microsoft documentation: Link

Last updated