Documentation
¶
Rendered for windows/amd64
Overview ¶
Package registry provides access to Windows registry.
Index ¶
- type Key
- func (k *Key) Close() error
- func (k *Key) CreateSubKey(name string) (nk *Key, openedExisting bool, err error)
- func (k *Key) DeleteSubKey(name string) error
- func (k *Key) SetString(name string, value string) error
- func (k *Key) SetStringExpand(name string, value string) error
- func (k *Key) SetUInt32(name string, value uint32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.