Reg_DeleteVariableX64
Description
Section titled “Description”Removes specified variable in 64 bit registry from a 32 bit context
Syntax
Section titled “Syntax”Reg_DeleteVariableX64(sHandle, sKey, sVariable) 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 delete
Example
Section titled “Example”If bStatus Then bStatus = Reg_DeleteVariableX64("HKLM", "Software\KeyName", "ValueName")