IExtensibilityApplications Interface

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

Note   This interface has been deprecated.

In addition to the methods inherited from IDispatch, the IExtensibilityApplications interface exposes the following methods:

Method Description
GetFilteredEntryPoints Gets entry points that were set when applications were registered.
LaunchEntryPoint Starts the application associated with the entry point.
LaunchUrl Starts the application at the specified URL.
put_Capabilities Specifies the capabilities of the shell.

Requirements

Assembly: Ehextcom.dll

Platform: Windows XP Media Center Edition 2005 and later

See Also