waveInGetDevCaps

[DllImport("coredll.dll", SetLastError = true)]
public static extern uint waveInGetDevCaps(
   uint uDeviceID,
   ref WAVEINCAPS pwic,
   uint cbwic
);

Microsoft documentation: Link

Last updated