Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
This API is affected by the problem described in Microsoft Support topic VarI8FromCy produces incorrect value when CY value is very large.
Converts a currency value to an 8-byte integer value.
Syntax
HRESULT VarI8FromCy(
[in] CY cyIn,
[out] LONG64 *pi64Out
);
Parameters
[in] cyIn
The value to convert.
[out] pi64Out
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
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oleauto.h |
Library | OleAut32.lib |
DLL | OleAut32.dll |