.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarCyCmp 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarCyCmp\fR (OLEAUT32.311) .SH SYNOPSIS HRESULT VarCyCmp ( const CY \fIcyLeft\fR, const CY \fIcyRight\fR ) .SH DESCRIPTION .PP Compare two \fBVT_CY\fR values. .SH PARAMS \fIcyLeft\fR \fB[In]\fR Source. .PP \fIcyRight\fR \fB[In]\fR Value to compare. .PP .SH RETURNS .PP \fBSuccess:\fR \fBVARCMP_LT\fR, \fBVARCMP_EQ\fR or \fBVARCMP_GT\fR indicating that the value to compare is less, equal or greater than source respectively. .PP \fBFailure:\fR \fBDISP_E_OVERFLOW\fR, if overflow occurs during the comparison .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/vartype.c"\fR. .PP Debug channel \fB"variant"\fR.