VarCyCmp function (oleauto.h)

Compares two variants of type currency.

Syntax

HRESULT VarCyCmp(
  [in] CY cyLeft,
  [in] CY cyRight
);

Parameters

[in] cyLeft

The first variant.

[in] cyRight

The second variant.

Return value

This function can return one of these values.

Return code/value Description
VARCMP_LT
0
cyLeft is less than cyRight.
VARCMP_EQ
1
The two parameters are equal.
VARCMP_GT
2
cyLeft is greater than cyRight.
VARCMP_NULL
3
Either expression is null.

Requirements

Requirement Value
Target Platform Windows
Header oleauto.h
Library OleAut32.lib
DLL OleAut32.dll