NIGetOneErrorCode (LabVIEW Manager Function)

LVBoolean NIGetOneErrorCode(errCode, *errText);

Purpose

Converts a numeric error code to the associated text description. This function recognizes error codes from any installed National Instruments product.

Parameters

Name Type Description
errCode int32 Numeric error code.
*errText LStrHandle * Address at which NIGetOneErrorCode stores the error code description. This parameter is a pointer.

Return Value

LVBoolean, which can contain the following values.

Value Description
0This function did not find the value of errCode in any of the error text files.
1This function found the value of errCode in one of the error text files.