Scroll to navigation

WerReportAddDump(3w) Wine API WerReportAddDump(3w)

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".
Debug channel "wer".
Oct 2012 Wine API