Scroll to navigation

AssocIsDangerous(3w) Wine API 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

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/assoc.c".
Debug channel "shell".
Oct 2012 Wine API