AssocIsDangerous.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shlwapi/assoc.c".

Debug channel "shell".