From f031d58aa574324f4067673e24af29d2730f3f41 Mon Sep 17 00:00:00 2001 From: Andrew Udvare Date: Sun, 19 Nov 2023 19:13:22 -0500 Subject: [PATCH] native/registry: update docs --- native/registry.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/native/registry.h b/native/registry.h index d0d6be3..32bf07a 100644 --- a/native/registry.h +++ b/native/registry.h @@ -16,6 +16,7 @@ \param hk Starting registry key. \param specified_path A direct path to a key (and not a value name). \param format Output format. + \param writer Writer to use. Optional. \return Pointer to string with branch name. Must be freed on caller side. */ DLL_EXPORT bool save_preferences(bool commit, @@ -32,6 +33,7 @@ DLL_EXPORT bool save_preferences(bool commit, \param top_key Handle to the top key (such as `HKEY_CURRENT_USER`). \param reg_path Registry path to a key or a value name. \param format Output format. + \param writer Writer to use. Optional. \return `true` if successful, `false` otherwise. */ DLL_EXPORT bool export_single_value(HKEY top_key,