Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
Create a registry key by calling the RegCreateKeyEx function. Windows Embedded CE automatically opens the key after you create it.
If the key already exists, a call to RegCreateKeyEx simply opens the key for processing. You can also use the RegOpenKeyEx function to open a key. The difference between these two functions is that RegOpenKeyEx does not create a new key if the key did not exist previously.