Reg\_UpdateExpandStringX64
Description
Section titled “Description”Adds value to an expandable string variable in 64 bit registry from a 32 bit context
Syntax
Section titled “Syntax”Reg_UpdateExpandStringX64(sHandle, sKey, sVariable, sValue, sSeperator) as Boolean
Parameters
Section titled “Parameters”sHandle (String)
HKEY-handle
sKey (String)
Subkey path
sVariable (String)
Name of variable to contain the value
sValue (String)
Value
sSeperator (String)
Seperator between substrings
Example
Section titled “Example”VBScript
If bStatus Then bStatus = Reg_UpdateExpandStringX64("HKLM", "Software\KeyName", "ValueName", "%dev%|%Test%", "|")Related functions
Section titled “Related functions”