NAME

FPropContainsProp  (MAPI32.78)

SYNOPSIS

 BOOL FPropContainsProp
 (
  LPSPropValue lpHaystack,
  LPSPropValue lpNeedle,
  ULONG        ulFuzzy
 )

DESCRIPTION

Find a property with a given property tag in a property array.

PARAMS

lpHaystack [In] Property to match to.
lpNeedle [In] Property to find in lpHaystack.
ulFuzzy [In] Flags controlling match type and strictness (FL_* flags from "mapidefs.h").

RETURNS

TRUE, if lpNeedle matches lpHaystack according to the criteria of ulFuzzy.

NOTES

Only property types of PT_STRING8 and PT_BINARY are handled by this function.

IMPLEMENTATION

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