__VSRESTARTTYPE 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.
Indicates the privilege level at which to start the process.
public enum class __VSRESTARTTYPE
public enum class __VSRESTARTTYPE
enum __VSRESTARTTYPE
public enum __VSRESTARTTYPE
type __VSRESTARTTYPE =
Public Enum __VSRESTARTTYPE
- Inheritance
-
__VSRESTARTTYPE
Fields
Name | Value | Description |
---|---|---|
RESTART_Normal | 0 | Use normal privileges. |
RESTART_Elevated | 1 | Use elevated privileges. |