NAME

AssocIsDangerous  (SHLWAPI.@)

SYNOPSIS

 BOOL AssocIsDangerous
 (
  LPCWSTR lpszAssoc
 )

DESCRIPTION

Determine if a file association is dangerous (potentially malware).

PARAMS

lpszAssoc [In] Name of file or file extension to check.

RETURNS

TRUE, if lpszAssoc may potentially be malware (executable), FALSE, Otherwise.

IMPLEMENTATION

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

Implemented in "dlls/shlwapi/assoc.c". https://source.winehq.org/source/dlls/shlwapi/assoc.c

Debug channel "shell".


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