Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: GetKeysChapter 19
Win32 Modules and Extensions
Next: Reference: Save
 

GetValues

$key->GetValues($hashref)

Returns the values contained in the current key to the hash referenced by hashref. Each registry value name is a hash key, while the hash value is a reference to a three-element list containing the name of the value, the data type, and the value.


Previous: Reference: GetKeysPerl in a NutshellNext: Reference: Save
Reference: GetKeysBook IndexReference: Save