This method of the IPersistStorage interface indicates whether the object has changed since it was last saved to its current storage.
public boolean IsDirty();
S_OK -- The object has changed since it was last saved.
S_FALSE -- The object has not changed since the last save.