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.
This method enables the environment to unload an add-in.
HRESULT OnDisconnection ( VARIANT_BOOL bLastTime);
Parameters
bLastTime
[in] Specifies why the add-in is unloading.VARIANT_TRUE means that the user is removing (uninstalling) it.
VARIANT_FALSE means only that the Visual C++ environment is exiting.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Addauto.h.
Link Library: Developer implemented.
See Also
Macros and Add-ins | IDSAddIn::OnConnection
Send Feedback on this topic to the authors