.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarI8FromDate 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarI8FromDate\fR (OLEAUT32.338) .SH SYNOPSIS HRESULT VarI8FromDate ( DATE \fIdateIn\fR, LONG64* \fIpi64Out\fR ) .SH DESCRIPTION .PP Convert a \fBVT_DATE\fR to a \fBVT_I8\fR. .SH PARAMS \fIdateIn\fR \fB[In]\fR Source. .PP \fIpi64Out\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.