IPersistStorageImpl::IsDirty

 

Checks whether the object's data has changed since it was last saved.

Syntax

STDMETHOD(IsDirty)(void);

Remarks

The ATL implementation delegates to the IPersistStreamInit interface.

See IPersistStorage:IsDirty in the Windows SDK.

Requirements

Header: atlcom.h

See Also

IPersistStorageImpl Class