FPropContainsProp.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/mapi32/prop.c".

Debug channel "mapi".