CA_VariantUShort
- 更新时间2023-02-21
- 阅读时长1分钟
VARIANT CA_VariantUShort (unsigned short unsignedShortValue);
Purpose
Converts an unsigned short integer value into a variant that contains the unsigned short integer value.
Use CA_VariantUShort to pass an unsigned short integer value as a VARIANT parameter.
Parameters
| Input | ||
| Name | Type | Description |
| unsignedShortValue | unsigned short | Value to store in the variant. |
Return Value
| Name | Type | Description |
| variant | VARIANT | Variant that contains the value in uShortValue. |
Additional Information
Library: ActiveX Library
Include file: cviauto.h
LabWindows/CVI compatibility: LabWindows/CVI 7.1 and later