NativeServices.RegistryEnumerateValues
Method  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Module  | NativeServices  | ||||||||||
Library  | Core  | ||||||||||
Action  | Enumerate the values under a registry hive and key.  | ||||||||||
Parameters  | 
 
 
 
  | ||||||||||
Return values  | For each value found: 
  | ||||||||||
Example  | NativeServices.RegistryEnumerateValues(Hive:"HKLM", Subkey:"software\\vendor");  | ||||||||||
Platforms  | 
  | ||||||||||
Notes  | REG_MULTI_SZ values are displayed with a '|' between each string. There is a limit of 8192 values being returned. This is currently not changeable. REG_NONE keys are not supported.  |