COleServerDoc::OnUpdateDocument
virtualBOOLOnUpdateDocument();
Return Value
Nonzero if the document was successfully updated; otherwise 0.
Remarks
Called by the framework when saving a document that is an embedded item in a compound document. The default implementation calls the COleServerDoc::NotifySaved and COleServerDoc::SaveEmbedding member functions and then marks the document as clean. Override this function if you want to perform special processing when updating an embedded item.
COleServerDoc Overview | Class Members | Hierarchy Chart
See Also COleServerDoc::NotifySaved, COleServerDoc::SaveEmbedding, CDocument::OnSaveDocument