.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH AssocIsDangerous 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBAssocIsDangerous\fR (SHLWAPI.@) .SH SYNOPSIS BOOL AssocIsDangerous ( LPCWSTR \fIlpszAssoc\fR ) .SH DESCRIPTION .PP Determine if a file association is dangerous (potentially malware). .SH PARAMS \fIlpszAssoc\fR \fB[In]\fR Name of file or file extension to check. .PP .SH RETURNS .PP \fBTRUE\fR, if \fIlpszAssoc\fR may potentially be malware (executable), \fBFALSE\fR, Otherwise. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/assoc.c"\fR. .PP Debug channel \fB"shell"\fR.