CA_VariantUInt
VARIANT CA_VariantUInt (unsigned int unsignedIntValue);
Purpose
Converts an unsigned integer value into a variant that contains the unsigned integer value.
Use CA_VariantUInt to pass an unsigned integer value as a VARIANT parameter.
Parameters
Input | ||
Name | Type | Description |
unsignedIntValue | unsigned int | Value to store in the variant. |
Return Value
Name | Type | Description |
variant | VARIANT | Variant that contains the value in uIntValue. |
Additional Information
Library: ActiveX Library
Include file: cviauto.h
LabWindows/CVI compatibility: LabWindows/CVI 7.1 and later