Edit

Share via


IDebugMessageEvent2::SetResponse

Sets the response, if any, from the message box.

Syntax

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.

See also