RegValueList
Description: |
baRegValueList returns a list of values inside a registry key. |
Platforms: |
Windows |
Usage: |
Result = baRegValueList( KeyName, Branch ) |
Arguments: |
String, string. KeyName is the name of the key. Branch is the branch of the registry to use. Can be one of the following: "HKEY_CLASSES_ROOT" "HKEY_CURRENT_USER" "HKEY_LOCAL_MACHINE" "HKEY_USERS" "HKEY_CURRENT_USER" "HKEY_DYN_DATA" |
Returns: |
List |
Examples: |
Director: Authorware: |
See also: |
baReadRegString |