IPersistStorageImpl::IsDirty

This method checks whether the object's data has changed since it was last saved. The ATL implementation delegates to the IPersistStreamInit interface.

Syntax

HRESULT IsDirty( );

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::IsDirty, IPersistStreamInit