Scroll to navigation

WerReportSetParameter(3w) Wine API WerReportSetParameter(3w)

NAME

WerReportSetParameter (WER.@)

SYNOPSIS

HRESULT WerReportSetParameter
(
HREPORT hreport,
DWORD id,
PCWSTR name,
PCWSTR value
)
 

DESCRIPTION

Set one of 10 parameter / value pairs for a report handle.
 

PARAMS

hreport [In] error reporting handle to add the parameter.
id [In] parameter to set (WER_P0 up to WER_P9).
name [In] optional name of the parameter.
value [In] value of the parameter.
 

RETURNS

Success: S_OK
Failure: A HRESULT error code
 

IMPLEMENTATION

Declared in "werapi.h".
Implemented in "dlls/wer/main.c".
Debug channel "wer".
Oct 2012 Wine API