FPropContainsProp(3w)
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
Defined in "mapidefs.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".