VarOr (OLEAUT32.157)
HRESULT VarOr ( LPVARIANT pVarLeft, LPVARIANT pVarRight, LPVARIANT pVarOut )
Perform a logical or (OR) operation on two variants.
pVarLeft | [In] | First variant. |
pVarRight | [In] | Variant to OR with pVarLeft. |
pVarOut | [Out] | Destination for OR result. |
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.
See the Notes section of VarXor for further information.
Declared in "include/oleauto.h". gitlab.winehq.org/wine/wine/blob/master/include/oleauto.h
Implemented in "dlls/oleaut32/variant.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.