Share via


codeUNINSTALL_INIT (Windows Embedded CE 6.0)

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

Other Resources