_DEBUG_LAUNCH_OPERATION4 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.
Provides additional members to the DEBUG_LAUNCH_OPERATION enumeration.
public enum class _DEBUG_LAUNCH_OPERATION4
public enum class _DEBUG_LAUNCH_OPERATION4
enum _DEBUG_LAUNCH_OPERATION4
public enum _DEBUG_LAUNCH_OPERATION4
type _DEBUG_LAUNCH_OPERATION4 =
Public Enum _DEBUG_LAUNCH_OPERATION4
- Inheritance
-
_DEBUG_LAUNCH_OPERATION4
Fields
DLO_AppPackageDebug | 7 | The debugger should launch and/or register for debugging of a Windows 8 app container application. When using this option, VsAppPackageLaunchInfo should be supplied, along with bstrExe, launch flags, remote connection information and engine information. |
DLO_AttachToSuspendedLaunchProcess | 8 | The debugger should attach to the specified process, where the specified process is a newly-launched process that was launched using the CREATE_SUSPENDED flag to the Win32 |