Closes a handle to an open registry key.
win32
close-registry-key handle &key errorp => successp, error-code
handle⇩ |
A handle to an open registry key. |
errorp⇩ |
A generalized boolean. |
successp |
A boolean. |
error-code⇩ |
An integer error code or nil . |
The function close-registry-key
closes handle, which should be an open registry key handle.
The return value on success is t
.
If an error occurs and errorp is true then an error is signaled. Otherwise, the return values are nil
and the Windows error-code. The default value of errorp is t
.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:09