.\" -*- nroff -*-
.\" Generated file - DO NOT EDIT!
.TH VarUI4FromI1 3w "Oct 2012" "Wine API" "Wine API"

.SH NAME
\fBVarUI4FromI1\fR (OLEAUT32.280)
.SH SYNOPSIS
HRESULT VarUI4FromI1
 (
  signed char \fIcIn\fR,
  ULONG*      \fIpulOut\fR
 )

.SH DESCRIPTION
.PP
Convert a \fBVT_I1\fR to a \fBVT_UI4\fR. 

.SH PARAMS
\fIcIn\fR \fB[In]\fR  Source.
.PP
\fIpulOut\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.