Adaptable Media Center Service Reference

The Ehextcom.idl file that is included in the Windows Media Center SDK defines the interfaces and enumeration types that are used by an alternative shell.

Note   This API has been deprecated.

The following interfaces are exposed by the Adaptable Media Center Service:

Interface Description
IExtensibilityApplications Provides a way for an alternative shell to find and use entry points for applications.

Note   This interface has been deprecated.

IExtensibilityEntryPoint Enables an alternative shell to discover the attributes of an entry point.

Note   This interface has been deprecated.

IExtensibilityHostControl Controls the window that is opened when an application is started.

Note   This interface has been deprecated.

IExtensibilityHostEvents Represents host window events.

Note   This interface has been deprecated.

This section contains information about the following enumeration types:

Enumeration Description
EXTENSIBILITY_EXIT_REASON Contains values used by IExtensibilityHostEvents::Closed to signal why the extensibility application has exited.

Note   This enumeration has been deprecated.

HOSTED_EXTENSIBILITY_ERRORS Contains error values returned by interfaces in this API.

Note   This enumeration has been deprecated.

See Also