.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WerReportAddDump 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWerReportAddDump\fR (WER.@) .SH SYNOPSIS HRESULT WerReportAddDump ( HREPORT \fIhReportHandle\fR, HANDLE \fIhProcess\fR, HANDLE \fIhThread\fR, WER_DUMP_TYPE \fIdumpType\fR, PWER_EXCEPTION_INFORMATION \fIpExceptionParam\fR, PWER_DUMP_CUSTOM_OPTIONS \fIpDumpCustomOptions\fR, DWORD \fIdwFlags\fR ) .SH DESCRIPTION .PP Add a dump of \fIdumpType\fR to \fIhReportHandle\fR. .SH PARAMS \fIhReportHandle\fR \fB[In]\fR error reporting handle to add the dump. .PP \fIhProcess\fR \fB[In]\fR handle to the regarding process. .PP \fIhThread\fR \fB[Out]\fR handle to the regarding thread. .PP \fIdumpType\fR \fB[In]\fR type of the dump. .PP \fIpExceptionParam\fR \fB[Out]\fR pointer to a \fBWER_EXCEPTION_INFORMATION\fR. .PP \fIpDumpCustomOptions\fR \fB[Out]\fR pointer to a \fBWER_DUMP_CUSTOM_OPTIONS\fR. .PP \fIdwFlags\fR \fB[In]\fR flag to control the heap dump. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR .PP \fBFailure:\fR A \fBHRESULT\fR error code .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/wer/main.c"\fR. .PP Debug channel \fB"wer"\fR.