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 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 |
| Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |