This action allows you to read a value from the registry. The registry is a database used by Windows to store configuration data.
The key to read from.
The sub-key to read from.
The value to read from.
The name of the variable where to store the read data.
<BOOKMARK:unable_to_find_subkey>
This exception is thrown when the requested sub-key cannot be found.
<BOOKMARK:unable_to_find_value>
This exception is thrown when the requested value cannot be found.
<BOOKMARK:incorrect_value_type>
This exception is thrown when the value has an invalid type.