Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
voidRevoke();
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 Overview | Class Members | Hierarchy Chart
See Also COleTemplateServer, CDocument::OnCloseDocument, CDocument::OnNewDocument, CDocument::OnOpenDocument, CDocument::OnSaveDocument