Uninstall_Exit
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
Windows CE Wceload.exe calls this function, which is part of the application setup and uninstall program, Setup.dll. For information about Wceload.exe, see the command-line tools documentation under "Platform Builder" in the MSDN library.
Requirements.
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: ce_setup.h
Library: None
See Also
File and Application Management API Functions
Last updated on Friday, April 22, 2005
© 2005 Microsoft Corporation. All rights reserved.
Send feedback on this topic to the authors.