Partager via


ATLPath::IsPrefix

Cette fonction est un wrapper surchargé pour PathIsPrefix.

inline BOOL IsPrefix(
   const char* pszPrefix,
   const char* pszPath 
);
inline BOOL IsPrefix(
   const wchar_t* pszPrefix,
   const wchar_t* pszPath 
);

Notes

Consultez PathIsPrefix pour plus d'informations.

Configuration requise

Header: atlpath.h

Voir aussi

Référence

PathIsPrefix

Autres ressources

Concepts ATL

Composants de Bureau COM ATL

Référence alphabétique des fonctions ATL