/
Reg_GetValueTypeX64
Reg_GetValueTypeX64
Description
Gets the type of the requested variable in 64 bit registry from a 32 bit context
Syntax
Reg_GetValueTypeX64(sHandle, sKey, sVariable) as Boolean
Parameters
sHandle (String)
HKEY-handle
sKey (String)
Subkey path
sVariable (String)
Name of variable to check type of
Return value
Result will be stored in gsValue and giValue
Example
VBScript
If bStatus Then bStatus = Reg_GetValueTypeX64("HKLM", "Software\KeyName", "ValueName") If bStatus Then bStatus = Job_WriteLog("Custom", "gsValue: '" & gsValue & "' giValue: '" & giValue &"'", bStatus, True)
Related functions
, multiple selections available,
Related content
$cs.Reg_GetInteger
$cs.Reg_GetInteger
More like this
$cs.Reg_GetString
$cs.Reg_GetString
More like this
$cs.Reg_GetMultiString
$cs.Reg_GetMultiString
More like this
$cs.Reg_SetString
$cs.Reg_SetString
More like this
$cs.Reg_GetExpandString
$cs.Reg_GetExpandString
More like this
$cs.Reg_ExistVariable
$cs.Reg_ExistVariable
More like this