IPersistMoniker::IsDirty method

Checks an object for changes since it was last saved.

Syntax

HRESULT IsDirty();

Parameters

This method has no parameters.

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

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Product

Internet Explorer 4.0

DLL

Urlmon.dll

See also

IPersistMoniker