Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key uint32
Key is the type alias for the registry root keys
const ( // ClassesRoot represents the HKEY_CLASSES_ROOT hive ClassesRoot Key = 0x80000000 + iota // CurrentUser represents the HKEY_CURRENT_USER hive CurrentUser // LocalMachine represents the HKEY_LOCAL_MACHINE hive LocalMachine // Users represents the HKEY_USERS hive Users // Hive represents the global hive that doesn't fall into category of any of the previous keys. Hive )
const ( // InvalidKey designates invalid registry key. InvalidKey Key = 0 )
Click to show internal directories.
Click to hide internal directories.