1 |
4.950644 |
__VSDBGLAUNCHFLAGS |
Enum |
|
|
|
|
|
|
enum __VSDBGLAUNCHFLAGS
{
DBGLAUNCH_Silent = 0x1,
DBGLAUNCH_LocalDeploy = 0x2,
DBGLAUNCH_NoDebug = 0x4,
DBGLAUNCH_DetachOnStop = 0x8,
DBGLAUNCH_Selected = 0x10,
DBGLAUNCH_StopDebuggingOnEnd = 0x20,
DBGLAUNCH_WaitForAttachComplete = 0x40
} ;
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\vsshell.h(18863,0) |
|