Share via


Enumerating Registry Keys (Windows Embedded CE 6.0)

1/6/2010

Use the RegEnumKeyEx function to enumerate the subkeys of a specified key. Call the RegEnumValue function to enumerate the values in a specified key. Each of these functions receives an index number that moves the function to the next key or value. When there are no more keys or values, they return the ERROR_NO_MORE_ITEMS.

See Also

Concepts

Programmatic Registry Operations
Registry Fundamentals