Registry Keys (Windows Embedded CE 6.0)
1/6/2010
The structure of the Windows Embedded CE registry is similar to the registries in other versions of Windows. The registry is a tree structure. Each node is composed of branches called keys, and each key can contain subkeys and/or entries. Entries are stored as name/value pairs. At the base of each node is the root, which is identified using a well-known constant value, or HKEY.
Traditionally, applications store data using the following key structure:
[ROOT]\Software\[Company name]\[Product name]
For example, Microsoft stores configuration information for the game FreeCell in the HKEY_LOCAL_MACHINE\Software\Microsoft\FreeCell registry key.
See Also
Tasks
Concepts
Data Types for Registry Values