From 11:00 PM CST Friday, Apr 11th - 1:30 PM CST Saturday, Apr 12th, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents

UtilityConversionErrorToUIError

UtilityConversionErrorToUIError

int UtilityConversionErrorToUIError (int utilityConversionError);

Purpose

Converts the error code returned by the String Conversion functions from the Utility Library to User Interface Library error codes.

This function can be useful if you write code that contains calls to String Conversion functions but the error handling is based on User Interface Library error codes.

Parameters

Input
Name Type Description
utilityConversionError int An error code returned by one of the String Conversion functions from the Utility Library.

Return Value

Name Type Description
userInterfaceError int The User Interface Library error code that maps to the string conversion error.

Additional Information

Library: Programmer's Toolbox

Include file: toolbox\toolbox.h

LabWindows/CVI compatibility: LabWindows/CVI 2020 and later

Was this information helpful?

Help us improve your future ni.com experience.

What are you trying to do?

Submit