RegistryHive
The root registry key to open on the remote machine.
Public Enum RegistryHive
Values
- ClassesRoot = &H80000000
- Specifies the HKEY_CLASSES_ROOT key.
- CurrentConfig = &H80000005
- Specifies the HKEY_CURRENT_CONFIG key.
- CurrentUser = &H80000001
- Specifies the HKEY_CURRENT_USER key.
- LocalMachine = &H80000002
- Specifies the HKEY_LOCAL_MACHINE key.
- Users = &H80000003
- Specifies The HKEY_USERS key.
- PerformanceData = &H80000004
- Specifies the HKEY_PERFORMANCE_DATA key.
See Also
Project CorLib Overview
Class RegistryKeyStatic Overview