 |
mciGetErrorString ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The mciGetErrorString function retrieves a string that describes the specified MCI error code. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL mciGetErrorString(
DWORD fdwError,
LPTSTR lpszErrorText,
UINT cchErrorText
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER mciGetErrorString IN winmm;
INTEGER fdwError,;
STRING @ lpszErrorText,;
INTEGER cchErrorText
|
 |
 |
 |
| Parameters: |
 |
fdwError
Error code returned by the mciSendCommand or mciSendString function.
lpszErrorText
Pointer to a buffer that receives a null-terminated string describing the specified error.
cchErrorText
Length of the buffer, in characters, pointed to by the lpszErrorText parameter. |
 |
 |
| Return value: |
 |
| Returns TRUE if successful or FALSE if the error code is not known. |
 |
 |
| Word Index links for the mciGetErrorString : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-02-22 16:44:01 | | Modified: | 2002-02-22 16:45:19 | Visited in last 7 days: 22 |