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". https://source.winehq.org/source/include/werapi.h

Implemented in "dlls/wer/main.c". https://source.winehq.org/source/dlls/wer/main.c

Debug channel "wer".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.