.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarCyAdd 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarCyAdd\fR (OLEAUT32.299) .SH SYNOPSIS HRESULT VarCyAdd ( const CY \fIcyLeft\fR, const CY \fIcyRight\fR, CY* \fIpCyOut\fR ) .SH DESCRIPTION .PP Add one \fBCY\fR to another. .SH PARAMS \fIcyLeft\fR \fB[In]\fR Source. .PP \fIcyRight\fR \fB[In]\fR Value to add. .PP \fIpCyOut\fR \fB[Out]\fR Destination. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBDISP_E_OVERFLOW\fR, if the value will not fit in the destination .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/vartype.c"\fR. .PP Debug channel \fB"variant"\fR.