Click to return to the Networking, Protocols     
IPersistMoniker::Save Met...     ISoftDistExt Interface     IPersistMoniker Interface    
Web Workshop  |  Networking, Protocols & Data Formats

IPersistMoniker::SaveCompleted Method


Notifies the client application that the persisted state has been completely saved, and points it to its new persisted state.

Syntax

HRESULT SaveCompleted(
    IMoniker *pmkNew,
    IBindCtx *pbc
);

Parameters

pmkNew
[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 pmkNew.
pbc
[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.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.