www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How to use std.windows.registry, there are no documentations.

reply BoQsc <vaidas.boqsc gmail.com> writes:
https://dlang.org/phobos/std_windows_registry.html
https://github.com/dlang/phobos/blob/master/std/windows/registry.d

Can someone provide some examples on how to:
set, change, receive something from the Windows registry using 
Phobos std.windows.registry library?
Jul 11 2019
parent Max Haughton <maxhaton gmail.com> writes:
On Thursday, 11 July 2019 at 08:53:35 UTC, BoQsc wrote:
 https://dlang.org/phobos/std_windows_registry.html
 https://github.com/dlang/phobos/blob/master/std/windows/registry.d

 Can someone provide some examples on how to:
 set, change, receive something from the Windows registry using 
 Phobos std.windows.registry library?
I didn't know that existed, but the source code is documented but not in the style that the doc generated recognizes as far as I can tell.
Jul 11 2019