REG GETVALUE()

From Lianjapedia
Jump to: navigation, search

Purpose

Function to return the value data of a Windows Registry value

Syntax

REG_GETVALUE(<cRegRoot>, <cRegValue>)

See Also

ADDBS(), GETENV(), PUTENV(), REG_SETVALUE()

Description

The REG_GETVALUE() function returns the value data of the Windows registry value <cRegValue> in the Registry root <cRegRoot>.

Example

reg_getvalue("HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Lianja\Lianja Server\Netserver","DB_AUTHENTICATION_REQUIRED")