Reg_GetValueTypeX64
Description
Section titled “Description”Gets the type of the requested variable in 64 bit registry from a 32 bit context
Syntax
Section titled “Syntax”Reg_GetValueTypeX64(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 check type of
Return value
Section titled “Return value”Result will be stored in gsValue and giValue
Example
Section titled “Example”If bStatus Then bStatus = Reg_GetValueTypeX64("HKLM", "Software\KeyName", "ValueName")If bStatus Then bStatus = Job_WriteLog("Custom", "gsValue: '" & gsValue & "' giValue: '" & giValue &"'", bStatus, True)