ATLPath::CommonPrefix
Veröffentlicht: Juli 2016
Diese Funktion ist ein überladener Wrapper für 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
);
Hinweise
Siehe PathCommonPrefix für Details.
Anforderungen
Header: atlpath.h
Siehe auch
ATL-Konzepte (Active Template Library)
ATL COM Desktop Components
ATL Functions Alphabetical Reference
PathCommonPrefix