Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SHGetValue ¶
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 ¶
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.
Click to show internal directories.
Click to hide internal directories.