Function:
Fetches the list of registry Keys and Values within HKEY_DYN_DATA.
Syntax:
RegDynDataList <Location>
Example:
RegDynDataList "Software\TransSoft Ltd"
Notes:
List of keys and Values is saved in a array of variables:
Variable RegNumKeynames contains the number of keys at <Location>.
Variable RegNumValuenames contains the number of Values at <Location>
Variables RegKeyNames_1 through RegKeyNames_<RegNumKeyNames> contain the names of the keys.
Variables RegValueNames_1 through RegValueNames_<RegNumValueNames> contain the names of the Value keys.