COPYRIGHT (Windows Embedded CE 6.0)
1/6/2010
This element defines a text string specifying the copyright information for an ASX or ENTRY element.
Syntax
<COPYRIGHT>
text string
</COPYRIGHT>
Parameters
None.
Parent/Child Information
Hierarchy | Allowed element |
---|---|
Parent elements |
|
Child elements |
None |
Remarks
This element defines a text string that specifies the copyright information for an ASX or ENTRY element.
Use the GetMediaInfoString method to retrieve the value of the COPYRIGHT element for a show or clip.
Each parent ASX and ENTRY element should contain at most one child COPYRIGHT element. Multiple COPYRIGHT elements after the first will be ignored and will not display.
The characters for copyright or trademark registration symbols ( © or ® ) do not display properly with all international character sets. To display either of these symbols properly for all users, you should use the ASCII equivalents (c)
or (r)
instead.
Example
<COPYRIGHT>Copyright (c)1998, Microsoft Corporation</COPYRIGHT>