IPersistMoniker::IsDirty (Windows Embedded CE 6.0)
1/6/2010
This method checks an object for changes since it was last saved.
Syntax
HRESULT IsDirty(VOID);
Parameters
None.
Return Value
Returns S_OK if the object has changed since it was last saved or S_FALSE otherwise.
Remarks
This method checks whether an object has changed since it was last saved, so that you can avoid losing information in objects that have not yet been saved.
Requirements
Header | urlmon.h, urlmon.idl |
Library | urlmon.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |