shlwapi

package
v4.6.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Rendered for windows/amd64

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SHGetValue

func SHGetValue(hkey uintptr, keyName string, valueName string, dst interface{}) error

SHGetValue wraps the SHGetValueW API. The input parameters are used to get the value of a registry key. The input dst object can be either a string (REG_SZ), uint32 (REG_DWORD), or uint64 (REG_QWORD) and it must be a pointer to that object.

func SHSetValue

func SHSetValue(hkey uintptr, keyName string, valueName string, src interface{}) error

SHSetValue wraps the SHSetValueW API. The input parameters are used to set the value of a registry key. The input src object can be either a string (REG_SZ), uint32 (REG_DWORD), or uint64 (REG_QWORD).

Types

This section is empty.

Jump to

Keyboard shortcuts

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