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
Defined in "mapiutil.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/mapi32/prop.c".
- Debug channel "mapi".