WerReportCreate (WER.@)
HRESULT WerReportCreate ( PCWSTR eventtype, WER_REPORT_TYPE reporttype, PWER_REPORT_INFORMATION reportinfo, HREPORT* phandle )
Create an error report in memory and return a related HANDLE.
eventtype | [In] | a name for the event type. |
reporttype | [In] | what type of report should be created. |
reportinfo | [In] | NULL or a pointer to a struct with some detailed information. |
phandle | [Out] | ptr, where the resulting handle should be saved. |
Success: S_OK
Failure: A HRESULT error code.
The event type must be registered at Microsoft®. Predefined types are "APPCRASH" as the default on Windows, "Crash32" and "Crash64"
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.