.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarIdiv 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarIdiv\fR (OLEAUT32.153) .SH SYNOPSIS HRESULT VarIdiv ( LPVARIANT \fIleft\fR, LPVARIANT \fIright\fR, LPVARIANT \fIresult\fR ) .SH DESCRIPTION .PP Converts input variants to integers and divides them. .SH PARAMS \fIleft\fR \fB[In]\fR Left hand variant. .PP \fIright\fR \fB[In]\fR Right hand variant. .PP \fIresult\fR \fB[Out]\fR Destination for quotient. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIresult\fR contains the quotient. .PP \fBFailure:\fR An \fBHRESULT\fR error code indicating the error. .SH NOTES .PP If either expression is \fBNULL\fR, \fBNULL\fR is returned, as per \fBMSDN\fR .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/variant.c"\fR. .PP Debug channel \fB"variant"\fR.