Uninstall_Exit
This function prototype is called after the uninstallation completes. This function 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.
codeUNINSTALL_EXIT Uninstall_Exit(
HWND hwndParent);
Parameters
- hwndParent
Handle to the parent window.
Return Values
- codeUNINSTALL_EXIT_DONE
Successful uninstallation.
Remarks
The Uninstall_Exit function prototype is part of Setup.dll, an ISV-created file for custom operations dealing with installation and uninstallation of applications.
Requirements
| Runs on | Versions | Defined in | Include | Link to |
|---|---|---|---|---|
| Windows CE OS | Ce_setup.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.