REG GETVALUE()

From Lianjapedia
Revision as of 11:31, 7 May 2020 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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")