PpropFindProp.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

PpropFindProp (MAPI32.138)

SYNOPSIS

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

DESCRIPTION

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

PARAMS

lpProps [In] Property array to search.

cValues [In] Number of properties in lpProps.

ulPropTag [In] Property tag to find.

RETURNS

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

NOTES

if ulPropTag has a property type of PT_UNSPECIFIED, then only the property Ids need to match for a successful match to occur.

IMPLEMENTATION

Defined in "mapiutil.h".

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

Debug channel "mapi".