IVsDebugProcessNotify.BeforeStopDebuggingProcess(UInt32) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Hata ayıklama işlemini gerçekten durdurmadan önce bildirim ve hata ayıklayıcıyı durdurma nedeni sağlar.
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
Parametreler
- Reason
- UInt32
'Ndaki Hata ayıklama işlemini durdurma nedeni — STOP_DEBUGGING_PROCESS_REASON türünde bir değer
Döndürülenler
Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.