Scroll to navigation

IPropData_SaveChanges(3w) Wine API IPropData_SaveChanges(3w)

NAME

IPropData_SaveChanges (MAPI32.@)

SYNOPSIS

static HRESULT IPropData_SaveChanges
(
LPPROPDATA iface,
ULONG ulFlags
)
 

DESCRIPTION

Update any changes made to a transactional IMAPIProp object.
 

PARAMS

iface [In] IMAPIProp object to update.
ulFlags [In] Flags controlling the update.
 

RETURNS

Success: S_OK. Any outstanding changes are committed to the object.
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