Admin Production ni-theme
Current Publication

GetAnalysisErrorString

LabWindows/CVI

GetAnalysisErrorString

char *GetAnalysisErrorString (int errorNumber);

Purpose

Returns the error message associated with the Analysis Library error code specified in the errorNumber parameter.

Parameters

Input
Name Type Description
errorNumber int An error code returned by an Analysis 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: Analysis Library

Include file: analysis.h

LabWindows/CVI compatibility: LabWindows/CVI 3.1 and later