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". https://source.winehq.org/source/include/mapiutil.h

Implemented in "dlls/mapi32/prop.c". https://source.winehq.org/source/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 Apr 2024.