NAME

WerAddExcludedApplication  (WER.@)

SYNOPSIS

 HRESULT WerAddExcludedApplication
 (
  PCWSTR exeName,
  BOOL   allUsers
 )

DESCRIPTION

Add an application to the user specific or the system wide 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 code

IMPLEMENTATION

Declared in "werapi.h". https://source.winehq.org/source/include/werapi.h

Implemented in "dlls/wer/main.c". https://source.winehq.org/source/dlls/wer/main.c

Debug channel "wer".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.