共用方式為


ATLPath::CommonPrefix

這個函式是 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 
);

備註

請參閱 PathCommonPrefix 的詳細資訊。

需求

Header: 類別

請參閱

參考

PathCommonPrefix

其他資源

ATL 概念

ATL COM 元件桌面

ATL 函式依字母順序的參考