Share via


HOSTED_EXTENSIBILITY_ERRORS Enumeration Type

Contains error values returned by interfaces in this application programming interface (API).

Note   This enumeration has been deprecated.

Syntax

  typedef enum HOSTED_EXTENSIBILITY_ERRORS{
  EXT_E_NO_SUCH_ENTRYPOINT  =__ITF_HRESULT(EXT_EXIT_NO_SUCH_ENTRYPOINT)
  EXT_E_APPLICATION_FAILED  =__ITF_HRESULT(EXT_EXIT_APPLICATION_FAILED)
  EXT_E_MEDIACENTER_CANNOT_EXIT =_ITF_HRESULT(0x1000)
  EXT_E_MEDIACENTER_ALREADY_IN_HOST_MODE =_ITF_HRESULT(0x1001)
};

Members

EXT_E_NO_SUCH_ENTRYPOINT

The entry point does not exist.

EXT_E_APPLICATION_FAILED

The application stopped responding or the Adaptable Media Center Service could not start.

EXT_E_MEDIACENTER_CANNOT_EXIT

An existing instance of Windows Media Center cannot exit without prompting the user.

EXT_E_MEDIACENTER_ALREADY_IN_HOST_MODE

An existing instance of the Adaptable Media Center Service is running.

Requirements

Assembly: Ehextcom.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also