The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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
);
See PathCommonPrefix for details.
Requirements
Header: atlpath.h
Show: