IRegValue

[This is preliminary documentation and subject to change.]

RegValue represents a Registry value.

RegValue has two properties which allows you to query the Name of the value and query and set the data contents.

The Value property returns the data contents of the Registry Value. The result is returned in a VARIANT data type. This VARIANT's type reflects the data type the value has in the System Registry. Currently only 2 data types are supported:

Properties:

Name Returns the name of the Registry Value.
Value Returns/sets the values of the Registry Value.