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 codeINSTALL_INIT enumeration specifies the possible return values used by Install_Init before the application is installed.
Syntax
typedef enum {
codeINSTALL_INIT_CONTINUE = 0,
codeINSTALL_INIT_CANCEL
} codeINSTALL_INIT;
Enumerators
- codeINSTALL_INIT_CONTINUE
Continue with the installation.
- codeINSTALL_INIT_CANCEL
Immediately cancel the installation.
Requirements
| Header | ce_setup.h |
See Also
Reference
ActiveSync Enumerations
Install_Init