codeINSTALL_INIT

Send Feedback

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

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 | Install_Init

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.