NIGetOneErrorCode (LabVIEW Manager Function)
- 更新时间2025-07-30
- 阅读时长2分钟
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 |
|---|---|
| 0 | This function did not find the value of errCode in any of the error text files. |
| 1 | This function found the value of errCode in one of the error text files. |