Contents Index Topic Contents | ||
Previous Topic: IPersistMoniker::Save Next Topic: IWindowForBindingUI::GetWindow |
IPersistMoniker::SaveCompleted
HRESULT SaveCompleted( [in] IMoniker *pmkNew, [in] IBindCtx *pbc );Notifies the object that it has been completely saved, and points it to its new persisted state.
- Returns S_OK if successful, or E_INVALIDARG if one or more parameters are invalid.
- pmkNew
- Address of the moniker for 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
- Address of the bind context to use for any moniker binding during this method.
See also IPersistMoniker::Load, IPersistMoniker::Save
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.