.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarDecFromR8 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarDecFromR8\fR (OLEAUT32.194) .SH SYNOPSIS HRESULT VarDecFromR8 ( double \fIdblIn\fR, DECIMAL* \fIpDecOut\fR ) .SH DESCRIPTION .PP Convert a \fBVT_R8\fR to a \fBDECIMAL\fR. .SH PARAMS \fIdblIn\fR \fB[In]\fR Source. .PP \fIpDecOut\fR \fB[Out]\fR Destination. .PP .SH RETURNS .PP \fBS_OK\fR. .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/vartype.c"\fR. .PP Debug channel \fB"variant"\fR.