AddERExcludedApplicationW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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(tm) 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.

IMPLEMENTATION

Defined in "errorrep.h".

Implemented in "dlls/faultrep/faultrep.c".

Debug channel "faultrep".