Documentation
¶
Index ¶
- func CreateKey(key syscall.Handle, subkey string, class string, options uint32, ...) (result syscall.Handle, err error)
- func DeleteKeyValue(key syscall.Handle, subkey string, valname string) error
- func DeleteTree(key syscall.Handle, subkey string) error
- func GetValueMultiString(key syscall.Handle, subkey string, valname string) (values []string, err error)
- func GetValueString(key syscall.Handle, subkey string, valname string) (value string, err error)
- func GetValueUint32(key syscall.Handle, subkey string, valname string) (value uint32, err error)
- func SetKeyValueMultiString(key syscall.Handle, subkey string, valname string, value []string) error
- func SetKeyValueString(key syscall.Handle, subkey string, valname string, value string) error
- func SetKeyValueUint32(key syscall.Handle, subkey string, valname string, value uint32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetValueMultiString ¶
func GetValueString ¶
func GetValueUint32 ¶
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 SetKeyValueString ¶
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.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.