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