Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the response, if any, from the message box.
HRESULT SetResponse(
DWORD dwResponse
);
int SetResponse(
uint dwResponse
);
Parameters
- dwResponse
[in] Specifies the response, using the conventions of the Win32 MessageBox function. See the AfxMessageBox function for details.
Return Value
If successful, returns S_OK; otherwise, returns an error code.