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.
According to MSDN this function should succeed even if the user has no write access to HKLM. This probably means that there is no error checking.
Defined in "errorrep.h".
Implemented in "dlls/faultrep/faultrep.c". source.winehq.org/source/dlls/faultrep/faultrep.c
Debug channel "faultrep".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.