LpValFindProp (MAPI32.173)
LPSPropValue LpValFindProp ( ULONG ulPropTag, ULONG cValues, LPSPropValue lpProps )
Find a property with a given property Id in a property array.
ulPropTag | [In] | Property tag containing property Id to find. |
cValues | [In] | Number of properties in lpProps. |
lpProps | [In] | Property array to search. |
A pointer to the matching property, or NULL if none was found.
This function matches only on the property Id and does not care if the property types differ.
Declared in "include/mapiutil.h". gitlab.winehq.org/wine/wine/blob/master/include/mapiutil.h
Implemented in "dlls/mapi32/prop.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mapi32/prop.c
Debug channel "mapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.