COleServerDoc::NotifyClosed

void NotifyClosed();

说明:
此函数通知容器应用程序文档已经关闭。当用户从File菜单中选择Close命令时,由COleServerDoc实现的OnCloseDocument成员函数调用NotifyClosed函数。在用微软基础类库编写的容器应用程序中,将调用COleClientItem的OnChange成员函数。

请参阅:
COleServerDoc::NotifyChanged, COleServerDoc::NotifySaved, COleClientItem::OnChange, CDocument::OnCloseDocument