w32registry

package module
v0.0.0-...-57e1cfe Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2015 License: BSD-3-Clause Imports: 5 Imported by: 2

README

w32registry

go functions for w32 registry

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateKey

func CreateKey(key syscall.Handle, subkey string, class string, options uint32, desiredAccess uint32, securityAttributes *syscall.SecurityAttributes, disposition *uint32) (result syscall.Handle, err error)

func DeleteKeyValue

func DeleteKeyValue(key syscall.Handle, subkey string, valname string) error

func DeleteTree

func DeleteTree(key syscall.Handle, subkey string) error

func GetValueMultiString

func GetValueMultiString(key syscall.Handle, subkey string, valname string) (values []string, err error)

func GetValueString

func GetValueString(key syscall.Handle, subkey string, valname string) (value string, err error)

func GetValueUint32

func GetValueUint32(key syscall.Handle, subkey string, valname string) (value uint32, err error)

GetValueUint32 returns the DWORD value for the specified key, subkey and valname. It sets err to syscall.ERROR_FILE_NOT_FOUND when key, subkey, or valname is not found.

func SetKeyValueMultiString

func SetKeyValueMultiString(key syscall.Handle, subkey string, valname string, value []string) error

func SetKeyValueString

func SetKeyValueString(key syscall.Handle, subkey string, valname string, value string) error

SetKeyValueString returns the string value for the specified key, subkey and valname. It sets err to syscall.ERROR_FILE_NOT_FOUND when key, subkey, or valname is not found.

func SetKeyValueUint32

func SetKeyValueUint32(key syscall.Handle, subkey string, valname string, value uint32) error

Types

This section is empty.

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

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