COleLinkingDoc::Revoke

void Revoke( );

Remarks

Informs the OLE system DLLs that the document is no longer open. Call this function to revoke the document’s registration with the OLE system DLLs.

You should call this function when closing a named file, but you usually do not need to call it directly. Revoke is called for you by COleLinkingDoc’s implementation of OnCloseDocument, OnNewDocument, OnOpenDocument, and OnSaveDocument.

COleLinkingDoc OverviewClass MembersHierarchy Chart

See Also   COleTemplateServer, CDocument::OnCloseDocument, CDocument::OnNewDocument, CDocument::OnOpenDocument, CDocument::OnSaveDocument