registry

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package registry contains code to handle common Windows registry operations.

Optimized copy from sys/windows/registry to work with Crypt.

Index

Constants

View Source
const (
	TypeString       = 1
	TypeExpandString = 2
	TypeBinary       = 3
	TypeDword        = 4
	TypeStringList   = 7
	TypeQword        = 11
)

Registry value types.

Variables

View Source
var (
	// ErrUnexpectedSize is returned when the key data size was unexpected.
	ErrUnexpectedSize = xerr.Sub("unexpected key size", 0x15)
	// ErrUnexpectedType is returned by Get*Value when the value's type was
	// unexpected.
	ErrUnexpectedType = xerr.Sub("unexpected key type", 0x16)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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