Reg\_GetValueType
Description
Section titled “Description”Gets the type of the requested variable
Syntax
Section titled “Syntax”Reg_GetValueType(sHandle, sKey, sVariable) as Boolean
Parameters
Section titled “Parameters”sHandle (String)
HKEY-handle
sKey (String)
Subkey path
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”VBScript
If bStatus Then bStatus = Reg_GetValueType("HKLM", "Software\KeyName", "ValueName")If bStatus Then bStatus = Job_WriteLog("Custom", "gsValue: '" & gsValue & "' giValue: '" & giValue &"'", bStatus, True)Related functions
Section titled “Related functions”