次の方法で共有


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: atlpath.h

参照

関連項目

PathCommonPrefix

その他の技術情報

ATL の概念

ATL COM デスクトップ コンポーネント

ATL 関数リファレンス (アルファベット順)