Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the valid values of the program destroy flags.
enum enum_PPROGRAM_DESTROY_FLAGS
{
PROGRAM_DESTROY_CONTINUE_DEBUGGING = 0x1
};
typedef DWORD PROGRAM_DESTROY_FLAGS;
public enum enum_PPROGRAM_DESTROY_FLAGS
{
PROGRAM_DESTROY_CONTINUE_DEBUGGING = 0x1
};
Terms
- PROGRAM_DESTROY_CONTINUE_DEBUGGING
Destroy program, but continue to debug.
Remarks
The enumeration is returned by the IDebugProgramDestroyEventFlags2::GetFlags method.
Requirements
Header: Msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll