- Name
-
CloseRegistryKey -- close an open registry key (V11.0)
- Synopsis
-
CloseRegistryKey(id)
- Library
-
windows
- Platforms
-
Microsoft Windows only
- Function
-
This function closes the registry key specified by
id which must have previously
been opened using OpenRegistryKey(). You should always close registry keys
as soon as you are finished with them. This ensures that the file system does not
unnecessarily keep registry keys locked.
- Inputs
-
- id
- identifier of the registry key to close
- Example
-
See OpenRegistryKey
Show TOC