Message 1 of 3
C++ AddIn, Server, Deactivate or OnDeactivate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The plugin examples shows the body to
STDMETHODIMP CSimpleAddInServer::Deactivate(void)
(for example). But the new wizard creates a function like this:
STDMETHODIMP CCh1AddInAddInServer::OnDeactivate ()
Do they serve the same purpose? And so should I only use OnDeactivate?