共用方式為


IDebugMessageEvent2::SetResponse

如果有的話,訊息方塊中,請設定所做出的回應。

HRESULT SetResponse( 
   DWORD dwResponse
);
int SetResponse( 
   uint dwResponse
);

參數

  • dwResponse
    [in]指定的回應,並使用 Win32 的慣例MessageBox函式。 請參閱AfxMessageBox函式,如需詳細資訊。

傳回值

如果成功的話,會傳回S_OK。 否則,會傳回錯誤碼。

請參閱

參考

IDebugMessageEvent2

AfxMessageBox