Reg_UpdateMultiStringX64
Description
Updates multistring variable in 64 bit registry from a 32 bit context. Separate sValue with | (pipe) to add more values.
Â
Syntax
Reg_UpdateMultistringX64(sHandle, sKey, sVariable, sValue) as Boolean
Â
Parameters
sHandle (String)
HKEY-handle
sKey (String)
Subkey path
sVariable (String)
Name of variable to contain the value
sValue (String)
Value
Â
Example
VBScript
If bStatus Then bStatus = Reg_UpdateMultiStringX64("HKLM", "Software\KeyName", "ValueName", "Randers|Odense")
Â