CA_VariantShort
VARIANT CA_VariantShort (short shortValue);
Purpose
Converts a short integer value to a variant that contains the short integer value.
Use CA_VariantShort to pass a short integer value as a variant parameter.
Parameters
Input | ||
Name | Type | Description |
shortValue | short | Value to store in the variant. |
Return Value
Name | Type | Description |
variant | VARIANT | Variant that contains the value in shortValue. |
Additional Information
Library: ActiveX Library
Include file: cviauto.h
LabWindows/CVI compatibility: LabWindows/CVI 5.0 and later