waveOutGetID function winmm
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);