Share via


IVsDebugProcessNotify.BeforeStopDebuggingProcess(UInt32) Method

Definition

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.

Applies to