Indicates if one or more properties have changed since the last initialization or save operation.
Syntax
HRESULT IsDirty(void);
Return Value
Returns S_OK if one or more properties have changed, or S_FALSE if none of the properties have changed.
Remarks
E_NOTIMPL is not a valid return code because any object implementing this interface must support the entire functionality of the interface.