GetFmtIOErrorString
char *GetFmtIOErrorString (FmtIOErrType errorNumber);
Purpose
Returns the error message associated with the Formatting and I/O Library error code specified in the errorNumber parameter.
Parameters
Input | ||
Name | Type | Description |
errorNumber | FmtIOErrType | An error code returned by a Formatting and I/O Library function. |
Return Value
Name | Type | Description |
errorMessage | char * | The error message associated with the error code. Do not modify or free this string. |
Additional Information
Library: Formatting and I/O Library
Include file: formatio.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later