将响应,如果有,从消息框。
HRESULT SetResponse(
DWORD dwResponse
);
int SetResponse(
uint dwResponse
);
参数
- dwResponse
[in] 使用 Win32 MessageBox 功能约定,指定响应,。 请参见 AfxMessageBox 功能有关详细信息。
返回值
如果成功,则返回; S_OK否则,返回错误代码。
将响应,如果有,从消息框。
HRESULT SetResponse(
DWORD dwResponse
);
int SetResponse(
uint dwResponse
);
如果成功,则返回; S_OK否则,返回错误代码。