Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const ( // HKeyClassesRoot represents HKEY_CLASSES_ROOT hive HKeyClassesRoot = windows.Handle(syscall.HKEY_CLASSES_ROOT) // HKeyCurrentUser represents HKEY_CURRENT_USER hive HKeyCurrentUser = windows.Handle(syscall.HKEY_CURRENT_USER) // HKeyLocalMachine represents HKEY_LOCAL_MACHINE hive HKeyLocalMachine = windows.Handle(syscall.HKEY_LOCAL_MACHINE) // HKeyUsers represents HKEY_USERS hive HKeyUsers = windows.Handle(syscall.HKEY_USERS) // HKeyCurrentConfig represents HKEY_CURRENT_CONFIG hive HKeyCurrentConfig = windows.Handle(syscall.HKEY_CURRENT_CONFIG) // HKeyPerformanceData represents HKEY_PERFORMANCE_DATA hive HKeyPerformanceData = windows.Handle(syscall.HKEY_PERFORMANCE_DATA) // Infinity is infinite timeout Infinity = 0xFFFFFFFF )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.