FPropCompareProp (MAPI32.79)
BOOL FPropCompareProp ( LPSPropValue lpPropLeft, ULONG ulOp, LPSPropValue lpPropRight )
Compare two properties.
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. |
TRUE, if the comparison is TRUE, FALSE otherwise.
Defined in "mapiutil.h".
Implemented in "dlls/mapi32/prop.c". source.winehq.org/source/dlls/mapi32/prop.c
Debug channel "mapi".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.