NAME

AddERExcludedApplicationW  (FAULTREP.@)

SYNOPSIS

 BOOL AddERExcludedApplicationW
 (
  LPCWSTR lpAppFileName
 )

DESCRIPTION

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

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.

According to MSDN this function should succeed even if the user have no write access to HKLM. This probably means that there is no error checking.

IMPLEMENTATION

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 Jan 2008.