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