Notifies the object that it has been completely saved and points it to its new persisted state.
HRESULT SaveCompleted(
  IMoniker *pmkNew,  //Pointer to moniker for the object's new 
                     //persistent state
  IBindCtx *pbc      //Bind context for binding during this method
);
 
Typically, the object will immediately bind to its persistent state through a call to pmkNew->BindToStorage method, requesting either the IStream or IStorage interface, as in IPersistMoniker::Load.
  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in urlmon.h.
IPersistMoniker::Load, IPersistMoniker::Save