NAME

WerReportAddDump  (WER.@)

SYNOPSIS

 HRESULT WerReportAddDump
 (
  HREPORT                    hReportHandle,
  HANDLE                     hProcess,
  HANDLE                     hThread,
  WER_DUMP_TYPE              dumpType,
  PWER_EXCEPTION_INFORMATION pExceptionParam,
  PWER_DUMP_CUSTOM_OPTIONS   pDumpCustomOptions,
  DWORD                      dwFlags
 )

DESCRIPTION

Add a dump of dumpType to hReportHandle.

PARAMS

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.

RETURNS

Success: S_OK

Failure: A HRESULT error code

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/wer/main.c". https://source.winehq.org/source/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 Apr 2024.