NAME

WerReportAddFile  (WER.@)

SYNOPSIS

 HRESULT WerReportAddFile
 (
  HREPORT       hreport,
  PCWSTR        path,
  WER_FILE_TYPE type,
  DWORD         flags
 )

DESCRIPTION

Add a file to an error report handle.

PARAMS

hreport [In] error reporting handle to add the file.
path [In] path to the file to add.
type [In] type of the file to add.
flags [In] flags for the file.

RETURNS

Success: S_OK

Failure: A HRESULT error code

IMPLEMENTATION

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.