Reg_CreateKey
Description
Section titled “Description”Creates specified sub key in Registry.
Syntax
Section titled “Syntax”Reg_CreateKey(sHandle, sKey) as Boolean
Parameters
Section titled “Parameters”sHandle (String)
Section titled “sHandle (String)”HKEY-handle
sKey (String)
Section titled “sKey (String)”Subkey to create
Example
Section titled “Example”If bStatus Then bStatus = Reg_CreateKey("HKLM", "Software\KeyName")