Checks an object for changes since it was last saved.
HRESULT IsDirty(void);
Return Values
Remarks
IPersistMoniker::IsDirty checks whether an object has changed since it was last saved so you can avoid losing information in objects that have not yet been saved.
See Also