.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathMatchSpecA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathMatchSpecA\fR (SHLWAPI.@) .SH SYNOPSIS BOOL PathMatchSpecA ( LPCSTR \fIlpszPath\fR, LPCSTR \fIlpszMask\fR ) .SH DESCRIPTION .PP Determine if a path matches one or more search masks. .SH PARAMS \fIlpszPath\fR \fB[In]\fR Path to check. .PP \fIlpszMask\fR \fB[In]\fR Search mask(s). .PP .SH RETURNS .PP \fBTRUE\fR If \fIlpszPath\fR is valid and is matched \fBFALSE\fR Otherwise. .SH NOTES .PP Multiple search masks may be given if they are separated by \fB";"\fR. The pattern \fB"*.*"\fR is treated specially in that it matches all paths (for backwards compatibility with \fBDOS\fR). .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.