__VsLocalRegistryRootHandle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a registry root handle.
public enum class __VsLocalRegistryRootHandle
public enum class __VsLocalRegistryRootHandle
enum __VsLocalRegistryRootHandle
public enum __VsLocalRegistryRootHandle
type __VsLocalRegistryRootHandle =
Public Enum __VsLocalRegistryRootHandle
- Inheritance
-
__VsLocalRegistryRootHandle
Fields
Name | Value | Description |
---|---|---|
RegHandle_CurrentUser | -2147483647 | HKEY_CURRENT_USER |
RegHandle_LocalMachine | -2147483646 | HKEY_LOCAL_MACHINE |
RegHandle_Invalid | 0 | Invalid value, used for initializing parameters. |