GetRTUtilErrorString
- Updated2023-02-21
- 1 minute(s) read
char *GetRTUtilErrorString (int error);
Purpose
Converts an error code returned by the Real-Time Utility Library into a meaningful error message.
Parameters
Input | ||
Name | Type | Description |
error | int | An error code returned by the Real-Time Utility Library. |
Return Value
Name | Type | Description |
errorString | char * | The error message associated with the error number. |
Additional Information
Library: Real-Time Utility Library
Include file: rtutil.h
LabWindows/CVI compatibility: LabWindows/CVI 8.5 and later