.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarDecFromI4 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarDecFromI4\fR (OLEAUT32.192) .SH SYNOPSIS HRESULT VarDecFromI4 ( LONG \fIlIn\fR, DECIMAL* \fIpDecOut\fR ) .SH DESCRIPTION .PP Convert a \fBVT_I4\fR to a \fBDECIMAL\fR. .SH PARAMS sIn \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.