Opens a registry key.
Return Value
bool is nonzero if key was successfully opened, otherwise 0.
Parameters
Name of key to open.
History
| Version | Description |
|---|---|
| 5.20.0 | Under 64-bit-Windows the functions first tries to open the key in the 64-bit registry hive. If that fails it tries to open the key in the 32-bit registry hive. |
| 5.3.0 | Bug (ID1218):RegOpen failed for elements in the registry where the user had only read access rights because UniPlot tried to open the key with read and write access. Now these keys will be opened with read access only. |
See also
id-1314839