Freigeben über


ATLPath::MatchSpec

 

Veröffentlicht: Juli 2016

Diese Funktion ist ein überladener Wrapper für PathMatchSpec.

Syntax

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

Hinweise

Siehe PathMatchSpec für Details.

Anforderungen

Header: atlpath.h

Siehe auch

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