Поделиться через


ATLPath::IsSameRoot

This function is an overloaded wrapper for PathIsSameRoot.

inline BOOL IsSameRoot(
   const char* pszPath1,
   const char* pszPath2 
);
inline BOOL IsSameRoot(
   const wchar_t* pszPath1,
   const wchar_t* pszPath2 
);

Заметки

See PathIsSameRoot for details.

Требования

Header: atlpath.h

См. также

Основные понятия

ATL Concepts

ATL Reference

ATL Functions Alphabetical Reference

PathIsSameRoot