waveInGetID function winmm

int waveInGetID(
  1. int hwi,
  2. Pointer<Uint32> puDeviceID
)

The waveInGetID function gets the device identifier for the given waveform-audio input device.

MMRESULT waveInGetID(
  HWAVEIN hwi,
  LPUINT  puDeviceID
);

Implementation

int waveInGetID(int hwi, Pointer<Uint32> puDeviceID) =>
    _waveInGetID(hwi, puDeviceID);