VarCyCmp function
Compares two variants of type currency.
Syntax
HRESULT VarCyCmp( _In_ CY cyLeft, _In_ CY cyRight );
Parameters
- cyLeft [in]
-
The first variant.
- cyRight [in]
-
The second variant.
Return value
This function can return one of these values.
| Return code/value | Description |
|---|---|
|
cyLeft is less than cyRight. |
|
The two parameters are equal. |
|
cyLeft is greater than cyRight. |
|
Either expression is null. |
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: