Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This function retrieves a textual description of the error identified by the specified error number.
MMRESULT waveInGetErrorText(MMRESULTmmrError,LPTSTRpszText,UINTcchText );
Parameters
- mmrError
Error number. - pszText
Address of the buffer to be filled with the textual error description. - cchText
Size, in characters, of the buffer pointed to by pszText.
Return Values
One of the values described in the following table is returned.
Value | Description |
---|---|
MMSYSERR_NOERROR | Success. |
MMSYSERR_BADERRNUM | Specified error number is out of range. |
MMSYSERR_NODRIVER | No device driver is present. |
MMSYSERR_NOMEM | Unable to allocate or lock memory. |
Remarks
If the textual error description is longer than the specified buffer, the description is truncated. The returned error string is always null-terminated. If cchText is zero, nothing is copied and the function returns zero. All error descriptions are less than MAXERRORLENGTH characters long.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Mmsystem.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors