Help Center

CTextDocument2.SetSavedmethod

Sets the document **Saved** property.

Windowsmethoddoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

FUNCTION SetSaved (BYVAL Value AS LONG) AS HRESULT

Parameters

NameDescription
ValueNew value of the Saved property. It can be one of the following values:
tomTrue. No changes to the file since the last time it was saved.
tomFalse. There are changes to the file.

Return value

The return value is S_OK.

Description

Sets the document Saved property.

Reference