WerReportSubmit (WER.@)
HRESULT WerReportSubmit ( HREPORT hreport, WER_CONSENT consent, DWORD flags, PWER_SUBMIT_RESULT presult )
Ask the user for permission and send the error report then kill or restart the application, when requested.
hreport | [In] | error reporting handle to send. |
consent | [In] | current transmit permission. |
flags | [In] | flag to select dialog, transmission snd restart options. |
presult | [Out] | ptr, where the transmission result should be saved. |
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.