ATLPath::CommonPrefix

 

This function is an overloaded wrapper for PathCommonPrefix.

Syntax

      inline int CommonPrefix(
   const char* pszFile1,
   const char* pszFile2,
   char* pszDest 
);
inline int CommonPrefix(
   const wchar_t* pszFile1,
   const wchar_t* pszFile2,
   wchar_t* pszDest 
);

Remarks

See PathCommonPrefix for details.

Requirements

Header: atlpath.h

See Also

Active Template Library (ATL) Concepts
ATL COM Desktop Components
ATL Functions Alphabetical Reference
PathCommonPrefix