table of contents
other versions
- wheezy 1.4.1-4
WerRemoveExcludedApplication(3w) | Wine API | WerRemoveExcludedApplication(3w) |
NAME¶
WerRemoveExcludedApplication (WER.@)SYNOPSIS¶
HRESULT WerRemoveExcludedApplication(
PCWSTR exeName,
BOOL allUsers
)
DESCRIPTION¶
remove an application from the exclusion list.PARAMS¶
exeName [In] The application name. allUsers [In] for all users (TRUE) or for the current user ( FALSE).RETURNS¶
Success: S_OK Failure: A HRESULT error codeIMPLEMENTATION¶
Declared in "werapi.h". Implemented in "dlls/wer/main.c". Debug channel "wer".Oct 2012 | Wine API |