VarUI8FromBool Function
Converts a VARIANT BOOL to an unsigned INT64.
HRESULT VarUI8FromBool( VARIANT_BOOL boolIn, ULONG64 *pi64Out );
The return value obtained from the returned HRESULT is one of the following.
Value | Meaning |
|---|---|
S_OK | Success. |
DISP_E_BADVARTYPE | The input parameter is not a valid type of variant. |
DISP_E_OVERFLOW | The data pointed to by the output parameter is larger than the memory allocated for the destination. |
DISP_E_TYPEMISMATCH | The argument could not be coerced to the specified type. |
E_INVALIDARG | One of the arguments is invalid. |
E_OUTOFMEMORY | Memory could not be allocated for the conversion. |