.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarI1FromDisp 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarI1FromDisp\fR (OLEAUT32.252) .SH SYNOPSIS HRESULT VarI1FromDisp ( IDispatch* \fIpdispIn\fR, LCID \fIlcid\fR, signed char* \fIpcOut\fR ) .SH DESCRIPTION .PP Convert a \fBVT_DISPATCH\fR to a \fBVT_I1\fR. .SH PARAMS \fIpdispIn\fR \fB[In]\fR Source. .PP \fIlcid\fR \fB[In]\fR \fBLCID\fR for conversion. .PP \fIpcOut\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 \fBDISP_E_TYPEMISMATCH\fR, if the type cannot be converted .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/vartype.c"\fR. .PP Debug channel \fB"variant"\fR.