Share via


Writing and Creating a Registry Value (Windows Embedded CE 6.0)

1/6/2010

Use the RegSetValueEx function to add a value to or alter a value in a registry key. If the value that you want to change does not exist, RegSetValueEx creates a value and the associated data. You can also name the type of data as you enter the data into the key. Because all values are stored and returned in a binary format, labeling data does not affect how Windows Embedded CE views it. However, for the sake of third-party registry editors, label your values appropriately.

See Also

Concepts

Programmatic Registry Operations
Registry Fundamentals