Skip to content

Reg\_GetIntegerX64

Gets the value of a registry variable of type integer in 64 bit registry from a 32 bit context

Reg_GetIntegerX64(sHandle, sKey, sVariable, bMustExist) as Boolean

sHandle (String)

HKEY-handle

sKey (String)

Subkey path

sVariable (String)

Name of variable to read

bMustExist (Boolean)

TRUE if variable must exist

Result will be stored in giValue

VBScript

If bStatus Then bStatus = Reg_GetIntegerX64("HKLM", "Software\KeyName", "ValueName", False)
If bStatus Then bStatus = Job_WriteLog("Custom", "giValue: " & giValue, bStatus, True)

Scripting Guidelines

Registry Functions