IPersistStorageImpl::SaveCompleted

This method notifies an object that it can return to Normal mode to write to its storage object. The ATL implementation returns S_OK.

Syntax

HRESULT SaveCompleted( IStorage* pStorage );

At a Glance

Header file: Atlctl.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

IPersistStorageImpl Overview, IPersistStorageImpl Methods, IPersistStorage::SaveCompleted, IPersistStorageImpl::HandsOffStorage, IPersistStorageImpl::Save, IStorage