NAME

VarOr  (OLEAUT32.157)

SYNOPSIS

 HRESULT VarOr
 (
  LPVARIANT pVarLeft,
  LPVARIANT pVarRight,
  LPVARIANT pVarOut
 )

DESCRIPTION

Perform a logical or (OR) operation on two variants.

PARAMS

pVarLeft [In] First variant.
pVarRight [In] Variant to OR with pVarLeft.
pVarOut [Out] Destination for OR result.

RETURNS

Success: S_OK. pVarOut contains the result of the operation with its type taken from the table listed under VarXor.

Failure: An HRESULT error code indicating the error.

NOTES

See the Notes section of VarXor for further information.

IMPLEMENTATION

Declared in "oleauto.h". https://source.winehq.org/source/include/oleauto.h

Implemented in "dlls/oleaut32/variant.c". https://source.winehq.org/source/dlls/oleaut32/variant.c

Debug channel "variant".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.