.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarI8FromDec 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarI8FromDec\fR (OLEAUT32.345) .SH SYNOPSIS HRESULT VarI8FromDec ( DECIMAL* \fIpdecIn\fR, LONG64* \fIpi64Out\fR ) .SH DESCRIPTION .PP Convert a \fBVT_DECIMAL\fR to a \fBVT_I8\fR. .SH PARAMS pDecIn \fB[In]\fR Source. .PP \fIpi64Out\fR \fB[Out]\fR Destination. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBE_INVALIDARG\fR, if the source value is invalid \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.