 |
waveInGetErrorText ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The waveInGetErrorText function retrieves a textual description of the error identified by the given error number. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
MMRESULT waveInGetErrorText(
MMRESULT mmrError,
LPSTR pszText,
UINT cchText
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER waveInGetErrorText IN winmm;
INTEGER mmrError,;
STRING @ pszText,;
LONG cchText
|
 |
 |
 |
| Parameters: |
 |
mmrError
Error number.
pszText
Pointer to the buffer to be filled with the textual error description.
cchText
Size, in characters, of the buffer pointed to by pszText. |
 |
 |
| Return value: |
 |
| Returns MMSYSERR_NOERROR (0) if successful or an error otherwise. |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-01-11 14:09:57 | | Modified: | 2003-01-11 14:11:27 | Visited in last 7 days: 5 |