IPropData_SetProps (MAPI32.@)
static HRESULT IPropData_SetProps ( LPPROPDATA iface, ULONG ulValues, LPSPropValue lpProps, LPSPropProblemArray* lppProbs )
Add or edit the property values in an IMAPIProp object.
iface | [In] | IMAPIProp object to get the property tag list from. |
ulValues | [In] | Number of properties in lpProps. |
lpProps | [In] | Property values to set. |
lppProbs | [Out] | Optional destination for any problems that occurred. |
Success: S_OK. The properties in lpProps are added to iface if they don't exist, or changed to the values in lpProps if they do
Failure: An HRESULT error code describing the error
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.