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
Defined in "mapiutil.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/mapi32/prop.c".
- Debug channel "mapi".