PathMatchSpecA (SHLWAPI.@)
BOOL PathMatchSpecA ( LPCSTR lpszPath, LPCSTR lpszMask )
Determine if a path matches one or more search masks.
lpszPath | [In] | Path to check. |
lpszMask | [In] | Search mask(s). |
TRUE If lpszPath is valid and is matched FALSE Otherwise.
Multiple search masks may be given if they are separated by ";". The pattern "*.*" is treated specially in that it matches all paths (for backwards compatibility with DOS).
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.