You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// WERCrashReport represents a crash report generated by Windows Error Reporting (WER).
8
+
//
9
+
// For details consult the official documentation at https://learn.microsoft.com/en-us/windows/win32/api/werapi/ns-werapi-wer_report_information and in particular the werapi.h reference at https://learn.microsoft.com/en-us/windows/win32/api/werapi/ .
10
+
//
11
+
// There are plenty of fields to consider in the WER report, but the focus is on the WER_REPORT_INFORMATION structure required to create a report (WerReportCreate()) and the WER_REPORT_UI enumeration that holds additional error details if present.
// Event name as used in the file name of the WER report (which seems to be deduced from Sig[0].Value), e.g., "evilservice.exe", "Update;", "10.0.19041.1371_", etc.
0 commit comments