Share via


IDSAddIn::OnDisconnection (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.