Scroll to navigation

LpValFindProp(3w) Wine API LpValFindProp(3w)

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

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