IMAPIProp_SaveChanges.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

IMAPIProp_SaveChanges (MAPI32.@)

SYNOPSIS

static inline HRESULT IMAPIProp_SaveChanges
 (
  LPMAPIPROP 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

Defined in "mapidefs.h".

Implemented in "dlls/mapi32/prop.c".

Debug channel "mapi".