table of contents
other versions
- wheezy 1.4.1-4
AddERExcludedApplicationW(3w) | Wine API | AddERExcludedApplicationW(3w) |
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¶
Declared in "errorrep.h". Implemented in "dlls/faultrep/faultrep.c". Debug channel "faultrep".Oct 2012 | Wine API |