$key->SetValueEx(name, res, type, value)
key
name
res
type
value
Sets a value specified by name in the current key (or creates the value if it doesn't already exist).
A reserved argument for future use (use a 0 as a placeholder).
The data type constant (listed above) describing the value.
The value of the key.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]