IDSAddIn::OnDisconnection
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
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.