TolliumUser::ReadRegistryKey (open)

Read a user registry key

Syntax

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

VARIANT FUNCTION ReadRegistryKey(STRING regkey, RECORD options)

Parameters

STRING regkey

Key name

RECORD options

Options

fallback

Fallback value (returned when key does not exist, and used for type validation)

Return value

VARIANT

Value of registry key. Throws if the key does not exist and no fallback has been provided.