registry

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2015 License: BSD-3-Clause Imports: 3 Imported by: 6

Documentation

Rendered for windows/amd64

Overview

Package registry provides access to Windows registry.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Key

type Key struct {
	Handle syscall.Handle
}

func OpenKey

func OpenKey(parent syscall.Handle, path string) (*Key, error)

func (*Key) Close

func (k *Key) Close() error

func (*Key) CreateSubKey

func (k *Key) CreateSubKey(name string) (nk *Key, openedExisting bool, err error)

func (*Key) DeleteSubKey

func (k *Key) DeleteSubKey(name string) error

func (*Key) SetString

func (k *Key) SetString(name string, value string) error

func (*Key) SetUInt32

func (k *Key) SetUInt32(name string, value uint32) error

Jump to

Keyboard shortcuts

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