.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WerReportSubmit 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWerReportSubmit\fR (WER.@) .SH SYNOPSIS HRESULT WerReportSubmit ( HREPORT \fIhreport\fR, WER_CONSENT \fIconsent\fR, DWORD \fIflags\fR, PWER_SUBMIT_RESULT \fIpresult\fR ) .SH DESCRIPTION .PP Ask the user for permission and send the error report then kill or restart the application, when requested. .SH PARAMS \fIhreport\fR \fB[In]\fR error reporting handle to send. .PP \fIconsent\fR \fB[In]\fR current transmit permission. .PP \fIflags\fR \fB[In]\fR flag to select dialog, transmission snd restart options. .PP \fIpresult\fR \fB[Out]\fR ptr, where the transmission result should be saved. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR .PP \fBFailure:\fR A \fBHRESULT\fR error code .SH IMPLEMENTATION .PP Declared in \fB"werapi.h"\fR. .PP Implemented in \fB"dlls/wer/main.c"\fR. .PP Debug channel \fB"wer"\fR.