IPersistMessage::IsDirty
The IPersistMessage::IsDirty
method checks a form for changes made since the form was last saved.
Quick Info
See IPersistMessage
: IUnknown
HRESULT IsDirty()
Parameters
None
Return Values
S_OK
The form has
had changes made since it was last saved.
S_FALSE
The form has
not had changes made since it was last saved.
Remarks
For more
information, see the documentation for the IPersistStorage methods in
the OLE Programmer s Reference.