IMAQdxGetErrorString
- Updated2023-02-21
- 1 minute(s) read
Format
rval = IMAQdxGetErrorString (IMAQdxError error, char *message, unsigned int messageLength);
Purpose
Returns a string describing the error code.
Parameters
| Parameter | Type | Description |
| error | IMAQdxError | A valid NI-IMAQdx error code. Refer to the Error Codes topic in this help file for a complete error code list. |
| message | char * | A pointer to an area of memory reserved for an error string. The reserved memory must be at least the size specified by the messageLength parameter. |
| messageLength | unsigned int | The maximum length of the C string passed as the message parameter. |
Return Value
Refer to Error Codes for a complete error code list.