Freigeben über


ATLPath::IsSameRoot

 

Veröffentlicht: Juli 2016

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

Syntax

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

Hinweise

Siehe PathIsSameRoot für Details.

Anforderungen

Header: atlpath.h

Siehe auch

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