Reg\_SetQword
Description
Section titled “Description”Set the value of a registry variable of type qword
Syntax
Section titled “Syntax”Reg_SetQword(sHandle, sKey, sVariable, iValue) as Boolean
Parameters
Section titled “Parameters”sHandle (String)
HKEY-handle
sKey (String)
Subkey path
sVariable (String)
Name of variable to contain the value
iValue (Integer/Long)
Value of the type Integer or Long
Example
Section titled “Example”VBScript
If bStatus Then bStatus = Reg_SetQword("HKLM", "Software\KeyName", "ValueName", 5)Related functions
Section titled “Related functions”