CECInfo Block (Windows CE 5.0)
The CECInfo block contains basic information about the .cec file, such as the name, description, vendor and version of the .cec file.
Note The CECInfo block must be the first block in a .cec file, and there can only be one CECInfo block in a .cec file.
The following code example shows a CECInfo block.
CECInfo (
Name(Mycecfile.cec)
CECVersion (3.00) // CEC file
GUID( <GUID value> )
Vendor ("Calc U. Later") // quotes are needed because of space in the string
Description ("My CEC File description")
)
The following table shows the elements of the CECInfo sub-blocks.
Element | Description |
---|---|
Name | Optional element that identifies the name of the .cec file. |
GUID | Optional element that supplies the GUID of the .cec file.
If a value is not present, it is created when the .cec file is imported into the Catalog. |
Description | Optional element that describes the .cec file. |
CECVersion | Element that identifies the version of the .cec file.
The following versions are supported: 2.12, 3.0, 4.0, and 5.0. Use version 2.12 and 3.0 only to support backward compatibility. |
Vendor | Optional element that defines the vendor of the .cec file. |
See Also
Catalog Item Files | Catalog Item Migration
Send Feedback on this topic to the authors