The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ATLPath::MatchSpec
This function is an overloaded wrapper for PathMatchSpec.
inline BOOL MatchSpec(
const char* pszPath,
const char* pszSpec
);
inline BOOL MatchSpec(
const wchar_t* pszPath,
const wchar_t* pszSpec
);
See PathMatchSpec for details.
Requirements
Header: atlpath.h
Show: