ITextDocument::GetSaved method (tom.h)

Gets a value that indicates whether changes have been made since the file was last saved.

Syntax

HRESULT GetSaved(
  long *pValue
);

Parameters

pValue

Type: long*

The value tomTrue if no changes have been made since the file was last saved, or the value tomFalse if there are unsaved changes.

Return value

Type: HRESULT

If the method succeeds, it returns S_OK. If the method fails, it returns the following COM error code. For more information about COM error codes, see Error Handling in COM.

Return code Description
E_INVALIDARG
Invalid argument.

Remarks

To set the saved property, call the ITextDocument::SetSaved method.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header tom.h
DLL Msftedit.dll

See also

Conceptual

ITextDocument

Reference

SetSaved

Text Object Model