NativeServices.RegistryEnumerateKeys
Method | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Module | NativeServices | ||||||||||||
Library | Core | ||||||||||||
Action | Enumerate the subkeys under a registry hive & key. | ||||||||||||
Parameters |
| ||||||||||||
Return values | If
If
If If Otherwise the results issued will have these columns for each subkey found:
| ||||||||||||
Example | NativeServices.RegistryEnumerateKeys(Hive:"HKLM", Subkey:"software\\vendor", Recursive:true); | ||||||||||||
Platforms |
| ||||||||||||
Notes | The supplied key will appear in the results if it exists, regardless of whether or not it has child keys. REG_MULTI_SZ values are displayed with a '|' between each string. There is a limit of 8192 subkeys being returned (plus the key itself, if it exists). This is currently not changeable. |