AddERExcludedApplicationW (FAULTREP.@)
BOOL AddERExcludedApplicationW ( LPCWSTR lpAppFileName )
Adds an application to a list of applications for which fault reports shouldn't be generated.
lpAppFileName | [In] | The filename of the application executable. |
TRUE on success, FALSE of failure.
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
Declared in "include/errorrep.h". gitlab.winehq.org/wine/wine/blob/master/include/errorrep.h
Implemented in "dlls/faultrep/faultrep.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.