WerReportAddDump (WER.@)
HRESULT WerReportAddDump ( HREPORT hReportHandle, HANDLE hProcess, HANDLE hThread, WER_DUMP_TYPE dumpType, PWER_EXCEPTION_INFORMATION pExceptionParam, PWER_DUMP_CUSTOM_OPTIONS pDumpCustomOptions, DWORD dwFlags )
Add a dump of dumpType to hReportHandle.
hReportHandle | [In] | error reporting handle to add the dump. |
hProcess | [In] | handle to the regarding process. |
hThread | [Out] | handle to the regarding thread. |
dumpType | [In] | type of the dump. |
pExceptionParam | [Out] | pointer to a WER_EXCEPTION_INFORMATION. |
pDumpCustomOptions | [Out] | pointer to a WER_DUMP_CUSTOM_OPTIONS. |
dwFlags | [In] | flag to control the heap dump. |
Success: S_OK
Failure: A HRESULT error code
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
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.