VarUI8FromR4 function
Converts a float value to an 8-byte unsigned integer value.
Syntax
HRESULT VarUI8FromR4( _In_ FLOAT fltIn, _Out_ ULONG64 *pi64Out );
Parameters
- fltIn [in]
-
The value to convert.
- pi64Out [out]
-
The resulting value.
Return value
This function can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
The input parameter is not a valid type of variant. |
|
The data pointed to by the output parameter does not fit in the destination type. |
|
The argument could not be coerced to the specified type. |
|
One of the arguments is not valid. |
|
Insufficient memory to complete the operation. |
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: