waveOutClose function winmm

int waveOutClose(
  1. int hwo
)

The waveOutClose function closes the given waveform-audio output device.

MMRESULT waveOutClose(
  HWAVEOUT hwo
  );

Implementation

int waveOutClose(int hwo) => _waveOutClose(hwo);