Uninstall_Exit (Windows CE 5.0)

Send Feedback

This function is called after the uninstallation completes. It can be used for custom operations such as saving database data into a file and deleting the database, informing the user on where the user data files are stored, or informing the user on how to reinstall the application.

Uninstall_Exit is developer-written, using the specified prototype for compatibility.

codeUNINSTALL_EXIT Uninstall_Exit(HWNDhwndParent);

Parameters

  • hwndParent
    [in] Handle to the parent window.

Return Values

Value Description
codeUNINSTALL_EXIT_DONE Uninstallation successful.

Remarks

The Uninstall_Exit function is part of the application's setup and uninstall program, Setup.dll.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Ce_setup.h.
Link Library: Developer-provided.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.