waveOutClose function Null safety winmm
- int hwo
The waveOutClose function closes the given waveform-audio output device.
MMRESULT waveOutClose(
HWAVEOUT hwo
);
Implementation
int waveOutClose(int hwo) => _waveOutClose(hwo);
The waveOutClose function closes the given waveform-audio output device.
MMRESULT waveOutClose(
HWAVEOUT hwo
);
int waveOutClose(int hwo) => _waveOutClose(hwo);