Skip to content

Commit

Permalink
native/registry: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Nov 20, 2023
1 parent eaaa048 commit f031d58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit f031d58

Please sign in to comment.