registry2

package module
v0.0.0-...-4327a7e Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RegKey

type RegKey interface {
	ResolveAccess(access uint32, path ...string) (RegKey, error)
	Resolve(path ...string) (RegKey, error)
	SubKeysNames() ([]string, error)
	SubKeys(
		access uint32,
		nameFilterCallback func(string) bool,
		errCallback func(string, error)) []RegKey

	ValueNames() ([]string, error)

	GetStringValue(name string) (string, error)
	GetBinaryValue(name string) ([]byte, error)

	GetKeyFullPath() string
	GetKeyName() string
	Close()
}

func HKLM

func HKLM(access uint32) (RegKey, error)

func HKLMPath

func HKLMPath(access uint32, path string) (RegKey, error)

Jump to

Keyboard shortcuts

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