Reg_ExistKeyX64

Description

Checks if specified key exists in 64 bit registry from a 32 bit context


Syntax

Reg_ExistKeyX64(sHandle, sKey, bMustExist) as Boolean


Parameters

sHandle (String)

HKEY-Handle

sKey (String)

Subkey path

bMustExist (Boolean)

TRUE if the key must exist


Return value

Result will be stored in gbValue


Example

VBScript
If bStatus Then bStatus = Reg_ExistKeyX64("HKLM", "Software\KeyName", False)
If bStatus Then bStatus = Job_Writelog("Custom", "gbValue: " & gbValue, bStatus, True)

Scripting Guidelines


Related functions

Registry Functions