Scroll to navigation

WerReportCloseHandle(3w) Wine API WerReportCloseHandle(3w)

NAME

WerReportCloseHandle (WER.@)

SYNOPSIS

HRESULT WerReportCloseHandle
(
HREPORT hreport
)
 

DESCRIPTION

Close an error reporting handle and free associated resources.
 

PARAMS

hreport [In] error reporting handle to close.
 

RETURNS

Success: S_OK
Failure: A HRESULT error code
 

IMPLEMENTATION

Declared in "werapi.h".
Implemented in "dlls/wer/main.c".
Debug channel "wer".
Oct 2012 Wine API