PathMatchSpecA.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

PathMatchSpecA (SHLWAPI.@)

SYNOPSIS

BOOL PathMatchSpecA
 (
  LPCSTR lpszPath,
  LPCSTR lpszMask
 )

DESCRIPTION

Determine if a path matches one or more search masks.

PARAMS

lpszPath [In] Path to check.

lpszMask [In] Search mask(s).

RETURNS

TRUE If lpszPath is valid and is matched FALSE Otherwise.

NOTES

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).

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/path.c".

Debug channel "shell".