CTextDocument2.SetSavedmethod
Sets the document **Saved** property.
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
| Name | Description | |
|---|---|---|
Value | New 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
- Documented in Windows/WIndows Controls/RichEdit/CTextDocument2 Class.md
- Topic: CTextDocument2 Class