__VsLocalRegistryRootHandle Enumeration
Represents a registry root handle.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Public Enumeration __VsLocalRegistryRootHandle
public enum __VsLocalRegistryRootHandle
public enum class __VsLocalRegistryRootHandle
type __VsLocalRegistryRootHandle
public enum __VsLocalRegistryRootHandle
Members
Member name | Description | |
---|---|---|
RegHandle_CurrentUser | HKEY_CURRENT_USER | |
RegHandle_Invalid | Invalid value, used for initializing parameters. | |
RegHandle_LocalMachine | HKEY_LOCAL_MACHINE |