IsDirty method

Indicates if one or more properties have changed since the last initialization or "Save" operation.

Syntax

HRESULT retVal = object.IsDirty();

Parameters

This method has no parameters.

Remarks

E_NOTIMPL is not a valid return code, because any object that implements this interface must support the entire functionality of the interface.