.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarI4FromDec 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarI4FromDec\fR (OLEAUT32.212) .SH SYNOPSIS HRESULT VarI4FromDec ( DECIMAL* \fIpdecIn\fR, LONG* \fIpiOut\fR ) .SH DESCRIPTION .PP Convert a \fBVT_DECIMAL\fR to a \fBVT_I4\fR. .SH PARAMS pDecIn \fB[In]\fR Source. .PP \fIpiOut\fR \fB[Out]\fR Destination. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBE_INVALIDARG\fR, if \fIpdecIn\fR 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.