ITextDocument::GetSaved method
Gets a value that indicates whether changes have been made since the file was last saved.
Syntax
HRESULT GetSaved(
long *pBool
);
Parameters
- pBool
-
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 |
|---|---|
|
Invalid argument. |
Remarks
To set the saved property, call the ITextDocument::SetSaved method.
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
- SetSaved
- Conceptual
- Text Object Model
Send comments about this topic to Microsoft
Build date: 10/27/2012