IVsDebugProcessNotify.BeforeStopDebuggingProcess(UInt32) Method
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 notification and the reason for stopping the debugger before actually stopping the debug process.
public:
int BeforeStopDebuggingProcess(System::UInt32 Reason);
C++/CX
public:
int BeforeStopDebuggingProcess(unsigned int Reason);
int BeforeStopDebuggingProcess(unsigned int Reason);
public int BeforeStopDebuggingProcess(uint Reason);
abstract member BeforeStopDebuggingProcess : uint32 -> int
Public Function BeforeStopDebuggingProcess (Reason As UInteger) As Integer
- Reason
- UInt32
[In] The reason for stopping the debugging process—a value of type STOP_DEBUGGING_PROCESS_REASON
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |