Scroll to navigation

IPropData_SetProps(3w) Wine API IPropData_SetProps(3w)

NAME

IPropData_SetProps (MAPI32.@)

SYNOPSIS

static HRESULT IPropData_SetProps
(
LPPROPDATA iface,
ULONG ulValues,
LPSPropValue lpProps,
LPSPropProblemArray* lppProbs
)
 

DESCRIPTION

Add or edit the property values in an IMAPIProp object.
 

PARAMS

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.
 

RETURNS

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
 

IMPLEMENTATION

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