Contents
Method | RegistryEnumerateKeys | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Module | NativeServices | ||||||||||
Library | Core | ||||||||||
Action | Enumerate the sub keys under a registry hive & key. | ||||||||||
Parameters |
| ||||||||||
Return values | If
If parameter
If parameter If parameter Otherwise the results issued will have these columns:
The supplied key will appear in the results if it exists, regardless of whether or not it has child keys. | ||||||||||
Example | NativeServices.RegistryEnumerateKeys(Hive:"HKLM", Subkey:"software\\vendor", Recursive:true); | ||||||||||
Platforms |
| ||||||||||
Notes |
|