Contents Index Topic Contents | ||
Previous Topic: IPersistMoniker::GetCurMoniker Next Topic: IPersistMoniker::Load |
IPersistMoniker::IsDirty
HRESULT IsDirty(void);Checks an object for changes since it was last saved.
- Returns S_OK if the object has changed since it was last saved, or S_FALSE if not.
This method 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 IPersistMoniker::Save
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.