LpValFindProp.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

LpValFindProp (MAPI32.173)

SYNOPSIS

LPSPropValue LpValFindProp
 (
  ULONG        ulPropTag,
  ULONG        cValues,
  LPSPropValue lpProps
 )

DESCRIPTION

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

PARAMS

ulPropTag [In] Property tag containing property Id to find.

cValues [In] Number of properties in lpProps.

lpProps [In] Property array to search.

RETURNS

A pointer to the matching property, or NULL if none was found.

NOTES

This function matches only on the property Id and does not care if the property types differ.

IMPLEMENTATION

Defined in "mapiutil.h".

Implemented in "dlls/mapi32/prop.c".

Debug channel "mapi".