AssocIsDangerous(3w)
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
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/assoc.c".
- Debug channel "shell".