Specifies the root key for the registry. For additional information, see Predefined Keys.
C#
public enum RegistryCategory
VB
Public Enum RegistryCategory
| Name | Description |
|---|---|
| HKEY_CLASSES_ROOT | Registry entries subordinate to this key define types (or classes) of documents and the properties associated with those types. |
| HKEY_CURRENT_USER | Registry entries subordinate to this key define the preferences of the current user. |
| HKEY_LOCAL_MACHINE | Registry entries subordinate to this key define the physical state of the computer. |
| HKEY_USERS | Registry entries subordinate to this key define the default user configuration for new users on the local computer and the user configuration for the current user. |