 |
waveOutGetErrorText Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves a textual description of the error identified by the given error number. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
MMRESULT waveOutGetErrorText(
MMRESULT mmrError,
LPSTR pszText,
UINT cchText
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER waveOutGetErrorText IN winmm;
INTEGER mmrError,;
STRING @ pszText,;
INTEGER cchText
|
 |
 |
 |
| Parameters: |
 |
mmrError
Error number.
pszText
Pointer to a 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-03-11 11:27:12 | | Modified: | 2003-03-11 11:28:29 | Visited in last 7 days: 29 |