IDebugMessageEvent2::SetResponse

设置消息框中的响应(如果有)。

语法

int SetResponse( 
   uint dwResponse
);

参数

dwResponse
[in]使用 Win32 MessageBox 函数的约定指定响应。 有关详细信息, 请参阅 AfxMessageBox 函数。

返回值

如果成功,则返回 S_OK;否则,返回错误代码。

另请参阅