IVsDebugProcessNotify.BeforeStopDebuggingProcess(UInt32) Method
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 notification and the reason for stopping the debugger before actually stopping the debug process.
public:
int BeforeStopDebuggingProcess(System::UInt32 Reason);
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
Parameters
- Reason
- UInt32
[In] The reason for stopping the debugging process—a value of type STOP_DEBUGGING_PROCESS_REASON
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.