table of contents
other versions
- wheezy 1.4.1-4
FPropCompareProp(3w) | Wine API | FPropCompareProp(3w) |
NAME¶
FPropCompareProp (MAPI32.79)SYNOPSIS¶
BOOL FPropCompareProp(
LPSPropValue lpPropLeft,
ULONG ulOp,
LPSPropValue lpPropRight
)
DESCRIPTION¶
Compare two properties.PARAMS¶
lpPropLeft [In] Left hand property to compare to lpPropRight. ulOp [In] Comparison operator (RELOP_* enum from "mapidefs.h"). lpPropRight [In] Right hand property to compare to lpPropLeft.RETURNS¶
TRUE, if the comparison is TRUE, FALSE otherwise.IMPLEMENTATION¶
Declared in "mapiutil.h". Implemented in "dlls/mapi32/prop.c". Debug channel "mapi".Oct 2012 | Wine API |