REGISTRY_GET_VALUE
Use
Retrieves specified registry string value.
Arguments
|
[IMPORTING] root TYPE I |
Registry root key to use. Possible values:
|
|
[IMPORTING] key TYPE STRING |
String containing name (including path from root key) to parent registry key. |
|
[IMPORTING] value TYPE STRING |
Name of registry DWORD value to retrieve. |
|
[EXPORTING] reg_value TYPE STRING |
Retrieved registry string value. If the string could not be retrieved, an empty string is returned. |
Exceptions
|
CNTL_ERROR |
Thrown if neither Windows nor Java nor Web GUI is being used or the corresponding front end method could not be called. |
|
ERROR_NO_GUI |
Currently not used. |
|
GET_REGVALUE_FAILED |
Currently not used. |
|
NOT_SUPPORTED_BY_GUI |
Raised if Java or Web GUI is being used. |