Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
The codeUNINSTALL_INIT enumeration specifies the possible return values for the Uninstall_Init function before the application is uninstalled.
Syntax
typedef enum {
codeUNINSTALL_INIT_CONTINUE = 0,
codeUNINSTALL_INIT_CANCEL
} codeUNINSTALL_INIT;
Enumerators
- codeUNINSTALL_INIT_CONTINUE
Continue with the uninstallation.
- codeUNINSTALL_INIT_CANCEL
Immediately cancel the uninstallation.
Requirements
| Header | ce_setup.h |
| Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |