.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarDecMul 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarDecMul\fR (OLEAUT32.179) .SH SYNOPSIS HRESULT VarDecMul ( const DECIMAL* \fIpDecLeft\fR, const DECIMAL* \fIpDecRight\fR, DECIMAL* \fIpDecOut\fR ) .SH DESCRIPTION .PP Multiply one \fBDECIMAL\fR by another. .SH PARAMS \fIpDecLeft\fR \fB[In]\fR Source. .PP \fIpDecRight\fR \fB[In]\fR Value to multiply by. .PP \fIpDecOut\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.