RegCreateΒΆ

RegCreate creates key in registry.

bool = RegCreate(ssKey)
bool = RegCreate(ssKey, options)

Return Value

bool is nonzero if subkey was successfully created, otherwise 0.

Parameters

ssKey

Name of key to create.

options

options is 0x0200 (KEY_WOW64_32KEY) or 0x0100 (KEY_WOW64_64KEY). This parameter is optional. Default value depends on the bit valus of uniplot.exe.

History

Version Description
R2014.2 New parameter options added.

id-423313