codeUNINSTALL_INIT

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

See Also

Reference

File and Application Management Enumerations
Uninstall_Init