.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WerReportSetParameter 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWerReportSetParameter\fR (WER.@) .SH SYNOPSIS HRESULT WerReportSetParameter ( HREPORT \fIhreport\fR, DWORD \fIid\fR, PCWSTR \fIname\fR, PCWSTR \fIvalue\fR ) .SH DESCRIPTION .PP Set one of \fB10\fR parameter / \fIvalue\fR pairs for a report handle. .SH PARAMS \fIhreport\fR \fB[In]\fR error reporting handle to add the parameter. .PP \fIid\fR \fB[In]\fR parameter to set (\fBWER_P0\fR up to \fBWER_P9\fR). .PP \fIname\fR \fB[In]\fR optional \fIname\fR of the parameter. .PP \fIvalue\fR \fB[In]\fR \fIvalue\fR of the parameter. .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.