ApplicationContext.IsEntryPointRegistered Method

Indicates whether a particular entry point in the current application is registered with Windows Media Center.

Syntax

public bool IsEntryPointRegistered(
   Guid guidEntryPoint
);

Parameters

guidEntryPoint

System.Guid.  Globally unique identifier (GUID) of an entry point.

Return Value

System.Boolean. It is true if the entry point is registered, and false otherwise.

Remarks

An application registers its entry points by calling the ApplicationContext.RegisterApplication method.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.Hosting

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also