.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarI8FromCy 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarI8FromCy\fR (OLEAUT32.337) .SH SYNOPSIS HRESULT VarI8FromCy ( CY \fIcyIn\fR, LONG64* \fIpi64Out\fR ) .SH DESCRIPTION .PP Convert a \fBVT_CY\fR to a \fBVT_I8\fR. .SH PARAMS \fIcyIn\fR \fB[In]\fR Source. .PP \fIpi64Out\fR \fB[Out]\fR Destination. .PP .SH RETURNS .PP \fBS_OK\fR. .SH NOTES .PP All negative numbers are rounded down by \fB1\fR, including those that are evenly divisible by \fB10000\fR (this is a Win32 bug that Wine mimics). Positive numbers are rounded using Dutch rounding: See \fBVarI8FromR8(3w)\fR for details. .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/vartype.c"\fR. .PP Debug channel \fB"variant"\fR.