Share via


codeINSTALL_INIT (Windows Embedded CE 6.0)

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

Other Resources