std/registry
Source Edit This module is experimental and its interface may change.
Imports
oserrors
Types
Consts
Procs
proc getUnicodeValue(path, key: string; handle: HKEY): string {.
...raises: [OSError], tags: [], forbids: [].} - Source Edit
proc setUnicodeValue(path, key, val: string; handle: HKEY) {....raises: [OSError],
tags: [], forbids: [].} - Source Edit