IPropData_SaveChanges (MAPI32.@)
static HRESULT IPropData_SaveChanges ( LPPROPDATA iface, ULONG ulFlags )
Update any changes made to a transactional IMAPIProp object.
iface | [In] | IMAPIProp object to update. |
ulFlags | [In] | Flags controlling the update. |
Success: S_OK. Any outstanding changes are committed to the object.
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.