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.
1/6/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 |
See Also
Reference
ActiveSync Enumerations
Uninstall_Init