waveOutGetID function winmm

int waveOutGetID(
  1. HWAVEOUT hwo,
  2. Pointer<Uint32> puDeviceID
)

Retrieves the device identifier for the given waveform-audio output device.

To learn more, see learn.microsoft.com/windows/win32/api/mmeapi/nf-mmeapi-waveoutgetid.

Implementation

@pragma('vm:prefer-inline')
int waveOutGetID(HWAVEOUT hwo, Pointer<Uint32> puDeviceID) =>
    _waveOutGetID(hwo, puDeviceID);