Differences
This shows you the differences between two versions of the page.
en:docs:win16:api:shell:regclosekey [2023/10/14 02:39] – created prokushev | en:docs:win16:api:shell:regclosekey [2023/10/20 15:09] (current) – prokushev | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Brief ===== | ===== Brief ===== | ||
+ | |||
+ | Releases the handle of the key specified by the hkey parameter by closing the key. The Registration Database is updated when all keys are closed. | ||
===== Syntax ===== | ===== Syntax ===== | ||
+ | LONG RegCloseKey (HKEY hkey); | ||
===== Parameters ===== | ===== Parameters ===== | ||
+ | |||
+ | Key handle | ||
===== Return Code ===== | ===== Return Code ===== | ||
- | None | + | If successful, the function returns ERROR_SUCCESS. Otherwise, it returns an error value. |
===== Notes ===== | ===== Notes ===== |