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