codeUNINSTALL_INIT

Send Feedback

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

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: ce_setup.h
Library: None

See Also

File and Application Management Enumerations | Uninstall_Init

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.