JCL Help:RegWriteMultiString
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: RegWriteMultiString
Search in JCL Help
Search in all projects
Summary
Writes a string key to the registry.
Parameters
Parameters | Description |
RootKey | The rootkey which to write to, one of the HKEY_XXX constants. |
Key | The key (path) where the desired value is located, relative to RootKey. |
Name | Name of the value to write. |
Value | Value to write. |
Description
RegWriteMultiString writes a single string value to the registry. If the function fails it raises an EJclRegistryError exception. The specified Key must already exist.
See Also
RegWriteString RegReadMultiString
About
Donator
Anonymous
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page