TolliumUser::WriteRegistryKey (open)

Set a user registry key if it exists

Syntax

LOADLIB "mod::tollium/lib/users.whlib";

MACRO WriteRegistryKey(STRING regkey, VARIANT value, RECORD options)

Parameters

STRING regkey

Key name

VARIANT value

New value (must be of the same type as the existing key)

RECORD options

Options

createifneeded

Create the registry key if it doesn't exist yet.

initialcreate

is the initial create (don't overwrite, only create)