IPersistMoniker::SaveCompleted

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method notifies the client application that its persisted state has been completely saved and points the client to its new persisted state.

Syntax

HRESULT SaveCompleted(
  IMoniker* pimkName,
  LPBC pibc
);

Parameters

  • pimkName
    [in] Address of the IMoniker interface of the object's new persistent state. This parameter can be NULL if the moniker to the object's new persistent state is the same as the previous moniker to the object's persistent state. This optimization is allowed only if there was a prior call to IPersistMoniker::Save with the fRemember parameter set to TRUE, in which case the object need not rebind to pimkName.
  • pibc
    [in] Address of the IBindCtx interface to use for any moniker binding during this method.

Return Value

Returns S_OK if successful or E_INVALIDARG if one or more parameters are invalid.

Requirements

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Pocket PC 2000 and later, Smartphone 2002 and later