Documentation ¶
Rendered for windows/amd64
Index ¶
- Constants
- func RegCloseKey(hKey HKEY) int32
- func RegEnumValue(hKey HKEY, index uint32, lpValueName *uint16, lpcchValueName *uint32, ...) int32
- func RegOpenKeyEx(hKey HKEY, lpSubKey *uint16, ulOptions uint32, samDesired REGSAM, ...) int32
- func RegQueryValueEx(hKey HKEY, lpValueName *uint16, lpReserved, lpType *uint32, lpData *byte, ...) int32
- func RegSetValueEx(hKey HKEY, lpValueName *uint16, lpReserved, lpDataType uint64, lpData *byte, ...) int32
- type ACCESS_MASK
- type HKEY
- type REGSAM
Constants ¶
View Source
const ( REG_NONE uint64 = 0 // No value type REG_SZ = 1 // Unicode nul terminated string REG_EXPAND_SZ = 2 // Unicode nul terminated string // (with environment variable references) REG_BINARY = 3 // Free form binary REG_DWORD = 4 // 32-bit number REG_DWORD_LITTLE_ENDIAN = 4 // 32-bit number (same as REG_DWORD) REG_DWORD_BIG_ENDIAN = 5 // 32-bit number REG_LINK = 6 // Symbolic Link (unicode) REG_MULTI_SZ = 7 // Multiple Unicode strings REG_RESOURCE_LIST = 8 // Resource list in the resource map REG_FULL_RESOURCE_DESCRIPTOR = 9 // Resource list in the hardware description REG_RESOURCE_REQUIREMENTS_LIST = 10 REG_QWORD = 11 // 64-bit number REG_QWORD_LITTLE_ENDIAN = 11 // 64-bit number (same as REG_QWORD) )
View Source
const (
ERROR_NO_MORE_ITEMS = 259
)
Variables ¶
This section is empty.
Functions ¶
func RegCloseKey ¶
func RegEnumValue ¶
func RegOpenKeyEx ¶
func RegQueryValueEx ¶
Types ¶
type ACCESS_MASK ¶
type ACCESS_MASK uint32
type REGSAM ¶
type REGSAM ACCESS_MASK
const KEY_READ REGSAM = 0x20019
Button control messages
const KEY_WRITE REGSAM = 0x20006
Click to show internal directories.
Click to hide internal directories.