ATLPath::MatchSpec

 

This function is an overloaded wrapper for PathMatchSpec.

Syntax

      inline BOOL MatchSpec(
   const char* pszPath,
   const char* pszSpec 
);
inline BOOL MatchSpec(
   const wchar_t* pszPath,
   const wchar_t* pszSpec 
);

Remarks

See PathMatchSpec for details.

Requirements

Header: atlpath.h

See Also

Active Template Library (ATL) Concepts
ATL COM Desktop Components
ATL Functions Alphabetical Reference
PathMatchSpec