This function creates a subkey and open it.
CreateKey (KeyName As String) As Long
Parameters
KeyName [in] Name of the complete key to create. Can be a string like: "Software\MyCompany\MyKey".
KeyName
[in] Name of the complete key to create. Can be a string like: "Software\MyCompany\MyKey".
Return Value
0: success 1: failed, cannot create key
Return to aaxRegistry reference