.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarDecRound 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarDecRound\fR (OLEAUT32.203) .SH SYNOPSIS HRESULT VarDecRound ( const DECIMAL* \fIpDecIn\fR, int \fIcDecimals\fR, DECIMAL* \fIpDecOut\fR ) .SH DESCRIPTION .PP Change the precision of a \fBDECIMAL\fR. .SH PARAMS \fIpDecIn\fR \fB[In]\fR Source. .PP \fIcDecimals\fR \fB[In]\fR New number of decimals to keep. .PP \fIpDecOut\fR \fB[Out]\fR Destination. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIpDecOut\fR contains the rounded value. .PP \fBFailure:\fR \fBE_INVALIDARG\fR if any argument is invalid. .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/vartype.c"\fR. .PP Debug channel \fB"variant"\fR.