.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarUI8FromBool 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarUI8FromBool\fR (OLEAUT32.437) .SH SYNOPSIS HRESULT VarUI8FromBool ( VARIANT_BOOL \fIboolIn\fR, ULONG64* \fIpui64Out\fR ) .SH DESCRIPTION .PP Convert a \fBVT_BOOL\fR to a \fBVT_UI8\fR. .SH PARAMS \fIboolIn\fR \fB[In]\fR Source. .PP \fIpui64Out\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.