Scroll to navigation

FPropContainsProp(3w) Wine API 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

Declared in "mapidefs.h".
Implemented in "dlls/mapi32/prop.c".
Debug channel "mapi".
Oct 2012 Wine API