WerReportSetParameter (WER.@)
HRESULT WerReportSetParameter ( HREPORT hreport, DWORD id, PCWSTR name, PCWSTR value )
Set one of 10 parameter / value pairs for a report handle.
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. |
Success: S_OK
Failure: A HRESULT error code
Declared in "include/werapi.h". gitlab.winehq.org/wine/wine/blob/master/include/werapi.h
Implemented in "dlls/wer/main.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.