FPropContainsProp (MAPI32.78)
BOOL FPropContainsProp ( LPSPropValue lpHaystack, LPSPropValue lpNeedle, ULONG ulFuzzy )
Find a property with a given property tag in a property array.
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"). |
TRUE, if lpNeedle matches lpHaystack according to the criteria of ulFuzzy.
Only property types of PT_STRING8 and PT_BINARY are handled by this function.
Declared in "include/mapidefs.h". gitlab.winehq.org/wine/wine/blob/master/include/mapidefs.h
Implemented in "dlls/mapi32/prop.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.