Share via


IPersistMoniker::SaveCompleted (Windows CE 5.0)

Send Feedback

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

HRESULTSaveCompleted(IMoniker* pimkName,LPBCpibc);

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 Values

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

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Library: Urlmon.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.