Uninstall_Exit

Send Feedback

The Uninstall_Exit function is called after an application is uninstalled. This function can be used for custom operations such as the following:

  • Saving database data into a file and deleting the database.
  • Informing the user where the user data files are stored.
  • Informing the user how to reinstall the application.

Syntax

codeUNINSTALL_EXIT Uninstall_Exit(
  HWND hwndParent 
);

Parameters

  • hwndParent
    [in] Specifies a handle to the parent window.

Return Values

  • codeUNINSTALL_EXIT_DONE
    Indicates that the application was uninstalled successfully.

Remarks

This function is called during installation once the installation process has been completed.

Requirements.

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: ce_setup.h
Library: None

See Also

codeUNINSTALL_EXIT | File and Application Management Functions | Uninstall_Init

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.