.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH VarOr 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBVarOr\fR (OLEAUT32.157) .SH SYNOPSIS HRESULT VarOr ( LPVARIANT \fIpVarLeft\fR, LPVARIANT \fIpVarRight\fR, LPVARIANT \fIpVarOut\fR ) .SH DESCRIPTION .PP Perform a logical or (\fBOR\fR) operation on two variants. .SH PARAMS \fIpVarLeft\fR \fB[In]\fR First variant. .PP \fIpVarRight\fR \fB[In]\fR Variant to \fBOR\fR with \fIpVarLeft\fR. .PP \fIpVarOut\fR \fB[Out]\fR Destination for \fBOR\fR result. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIpVarOut\fR contains the result of the operation with its type taken from the table listed under \fBVarXor(3w)\fR. .PP \fBFailure:\fR An \fBHRESULT\fR error code indicating the error. .SH NOTES .PP See the Notes section of \fBVarXor(3w)\fR for further information. .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/variant.c"\fR. .PP Debug channel \fB"variant"\fR.