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". https://source.winehq.org/source/include/mapiutil.h

Implemented in "dlls/mapi32/prop.c". https://source.winehq.org/source/dlls/mapi32/prop.c

Debug channel "mapi".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.