MediaCenter.IsEntryPointRegistered Method
Returns a value that indicates whether the calling application already has a particular entry point registered with Windows Media Center.
Note This method has been deprecated.
Syntax
MediaCenter.IsEntryPointRegistered(
entryPointId
)
Parameters
entryPointId
A String containing a GUID that uniquely identifies an application entry point.
Return Value
A Boolean that is true if the entry point is already registered, and false otherwise.
Remarks
This method does not directly verify whether a particular application is registered; it can only verify whether a particular entry point is registered for the calling application. However, if an entry point is registered you may be able to infer whether the calling application is registered.
Requirements
Platform: HTML application hosted within Windows XP Media Center Edition 2005 through Windows Vista
See Also