table of contents
other versions
- wheezy 1.4.1-4
VarAnd(3w) | Wine API | VarAnd(3w) |
NAME¶
VarAnd (OLEAUT32.142)SYNOPSIS¶
HRESULT VarAnd(
LPVARIANT left,
LPVARIANT right,
LPVARIANT result
)
DESCRIPTION¶
Computes the logical AND of two variants.PARAMS¶
left [In] First variant. right [In] Second variant. result [Out] Result variant.RETURNS¶
Success: S_OK. Failure: An HRESULT error code indicating the error.IMPLEMENTATION¶
Declared in "oleauto.h". Implemented in "dlls/oleaut32/variant.c". Debug channel "variant".Oct 2012 | Wine API |