Registry:enumerateKey

Method

Purpose

Enumerate specified key. This method returns a table of the top-level key entries, with one row per entry.

Remarks

The method processes REG_EXPAND_SZ strings by expanding any environment variable substitutions.

Type

Synchronous, IMPACT_INFO.

Arguments

 

Name

Type

Description

Key

String

Specifies key name

Returns

 

Name

Type

Description

Entry

String

Specifies name of returned entries

Type

String

Specifies type of entry. Entry can be of type key, REG_DWORD, REG_SZ, REG_MULTI_SZ, or REG_EXPAND_SZ.

Value

String

Specifies value of entry