ATLPath::CommonPrefix

This function is an overloaded wrapper for PathCommonPrefix.

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

Reference

PathCommonPrefix

Other Resources

ATL Concepts

ATL Reference

ATL Functions Alphabetical Reference