Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Create a registry key by calling the RegCreateKeyExfunction. Windows Mobile automatically opens the key after you create it.

If the key already exists, a call to RegCreateKeyExsimply opens the key for processing. You can also use the RegOpenKeyExfunction to open a key. The difference between these two functions is that RegOpenKeyExdoes not create a new key if the key did not exist previously.

See Also