Share via


EXTENSIBILITY_EXIT_REASON Enumeration Type

Contains values used by IExtensibilityHostEvents::Closed method to specify why the host window was closed.

Note   This enumeration has been deprecated.

Syntax

  typedef enum EXTENSIBILITY_EXIT_REASON{
  EXT_EXIT_APPLICATION_CLOSED_NORMALLY  =0x0000
  EXT_EXIT_NO_SUCH_ENTRYPOINT  =0x0001
  EXT_EXIT_APPLICATION_FAILED  =0x0002
  EXT_EXIT_STARTUP_ERROR =0x0003
  EXT_EXIT_WINDOWS_SHUTTING_DOWN =0x0004
};

Members

EXT_EXIT_APPLICATION_CLOSED_NORMALLY

The extensibility application closed normally.

EXT_EXIT_NO_SUCH_ENTRYPOINT

The entry point does not exist.

EXT_EXIT_APPLICATION_FAILED

The application stopped responding or the Adaptable Media Center Service was unable to start.

EXT_EXIT_STARTUP_ERROR

The Adaptable Media Center Service was unable to start because of an internal error.

EXT_EXIT_WINDOWS_SHUTTING_DOWN

The Adaptable Media Center Service was unable to start because Windows is shutting down.

Requirements

Assembly: Ehextcom.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also