.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarUI2FromR4 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarUI2FromR4\fR (OLEAUT32.260) .SH SYNOPSIS HRESULT VarUI2FromR4 ( FLOAT \fIfltIn\fR, USHORT* \fIpusOut\fR ) .SH DESCRIPTION .PP Convert a \fBVT_R4\fR to a \fBVT_UI2\fR. .SH PARAMS \fIfltIn\fR \fB[In]\fR Source. .PP \fIpusOut\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.