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 |
Value |
String |
Specifies value of entry |