Share via


codeUNINSTALL_INIT

The codeUNINSTALL_INIT enumeration is called 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.

Remarks

Windows CE Wceload.exe calls this function, which is part of the application setup and uninstall program, Setup.dll. For information about Wceload.exe, see the command-line tools documentation under "Platform Builder" in the MSDN library.

Requirements

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

See Also

File and Application Management API Enumerations

Uninstall_Init

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.