Reg_DeleteTreeX64
Description
Section titled “Description”Deletes specified key including all subkeys in 64 bit registry from a 32 bit context
Syntax
Section titled “Syntax”Reg_DeleteTreeX64(sHandle, sKey) as Boolean
Parameters
Section titled “Parameters”sHandle (String)
Section titled “sHandle (String)”HKEY-handle
sKey (String)
Section titled “sKey (String)”Subkey to delete
Example
Section titled “Example”If bStatus Then bStatus = Reg_DeleteTreeX64("HKLM", "Software\KeyName")