waveInGetErrorText function winmm
The waveInGetErrorText function retrieves a textual description of the error identified by the given error number.
MMRESULT waveInGetErrorTextW(
MMRESULT mmrError,
LPSTR pszText,
UINT cchText
);
Implementation
int waveInGetErrorText(int mmrError, Pointer<Utf16> pszText, int cchText) =>
_waveInGetErrorText(mmrError, pszText, cchText);