registry

package
v0.0.0-...-5c79d48 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Rendered for windows/amd64

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetOrCreateRegistryKey

func GetOrCreateRegistryKey(name string) (registry.Key, error)

GetOrCreateRegistryKey loads or creates a registry key handle. The key handle must be released with Close() when it is no longer needed.

func WriteDword

func WriteDword(k registry.Key, name string, value string) error

WriteDword writes a DWORD value to the given registry key handle

func WriteMultiString

func WriteMultiString(k registry.Key, name string, values []string) error

registryWriteMultiString writes a multi-string value (MULTI_SZ) to the given registry key handle

func WriteString

func WriteString(k registry.Key, name string, value string) error

registryWriteString writes a string (SZ) value to the given registry key handle

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL