NAME

AddERExcludedApplicationW  (FAULTREP.@)

SYNOPSIS

 BOOL AddERExcludedApplicationW
 (
  LPCWSTR lpAppFileName
 )

DESCRIPTION

Adds an application to a list of applications for which fault reports shouldn't be generated.

PARAMS

lpAppFileName [In] The filename of the application executable.

RETURNS

TRUE on success, FALSE of failure.

NOTES

Wine doesn't use this data but stores it in the registry (in the same place as Windows® would) in case it will be useful in a future version

IMPLEMENTATION

Declared in "errorrep.h". https://source.winehq.org/source/include/errorrep.h

Implemented in "dlls/faultrep/faultrep.c". https://source.winehq.org/source/dlls/faultrep/faultrep.c

Debug channel "faultrep".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.