Reg_CreateKeyX64

Description

Creates specified sub key in 64 bit registry from a 32 bit context

 

Syntax

Reg_CreateKeyX64(sHandle, sKey) as Boolean

 

Parameters

sHandle (String)

HKEY-handle

sKey (String)

Subkey to create

 

Example

VBScript
If bStatus Then bStatus = Reg_CreateKeyX64("HKLM", "Software\KeyName")

Scripting Guidelines

 

Related functions

Registry Functions