CA_VariantHasULongLong
HRESULT CA_VariantHasULongLong (const VARIANT *variant);
Purpose
Determines whether a variant contains an unsigned long long integer value.
Parameters
| Input | ||
| Name | Type | Description | 
| variant | const VARIANT * | Pointer to the variant variable to inspect. | 
Return Value
| Name | Type | Description | 
| result | HRESULT | 1 if variant contains an unsigned long integer value. 0 if variant does not contain an unsigned long integer value. < 0 if variant is invalid. Negative error codes indicate function failure. Refer to <Program Files>\National Instruments\Shared\MSDTRedistributables\SDKHeaderFiles\8.1\winerror.h for Windows SDK error codes. | 
Additional Information
Library: ActiveX Library
Include file: cviauto.h
LabWindows/CVI compatibility: LabWindows/CVI 9.0 and later
