ITextDocument::SetSaved method
Sets the document Saved property.
Syntax
HRESULT SetSaved( [in] long Bool );
Parameters
- Bool [in]
-
Type: long
New value of the Saved property. It can be one of the following values.
Value Meaning - tomTrue
No changes to the file since the last time it was saved.
- tomFalse
There are changes to the file.
Return value
Type: HRESULT
The return value is S_OK.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
- Reference
- ITextDocument
- GetSaved
- Conceptual
- Text Object Model
Send comments about this topic to Microsoft
Build date: 10/27/2012