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