Reg_SetStringX64
Description
Section titled “Description”Set the value of a registry variable of type string in 64 bit registry from a 32 bit context
Syntax
Section titled “Syntax”Reg_SetStringX64(sHandle, sKey, sVariable, sValue) as Boolean
Parameters
Section titled “Parameters”sHandle (String)
Section titled “sHandle (String)”HKEY-handle
sKey (String)
Section titled “sKey (String)”Subkey path
sVariable (String)
Section titled “sVariable (String)”Name of variable to contain the value
sValue (String)
Section titled “sValue (String)”Value
Example
Section titled “Example”If bStatus Then bStatus = Reg_SetStringX64("HKLM", "Software\KeyName", "ValueName", "Value")