次の方法で共有


IDebugErrorBreakpoint2::GetBreakpointResolution

エラーについて記述しているブレークポイント エラー解決方法を取得します。

構文

int GetBreakpointResolution( 
   out IDebugErrorBreakpointResolution2 ppErrorResolution
);

パラメーター

ppErrorResolution
[出力] エラーについて記述している IDebugErrorBreakpointResolution2 オブジェクトを返します。

戻り値

成功した場合は、S_OK を返します。それ以外の場合は、エラー コードを返します。

関連項目