共用方式為


ATLPath::CompactPathEx

這個函式是 PathCompactPathEx的多載的包裝函式。

inline BOOL CompactPathEx( 
   char* pszDest, 
   const char* pszSrc, 
   UINT nMaxChars, 
   DWORD dwFlags  
); 
inline BOOL CompactPathEx( 
   wchar_t* pszDest, 
   const wchar_t* pszSrc, 
   UINT nMaxChars, 
   DWORD dwFlags  
);

備註

請參閱 PathCompactPathEx 的詳細資訊。

需求

Header: 類別

請參閱

參考

PathCompactPathEx

其他資源

Active Template Library (ATL) 概念

ATL COM Desktop Components

ATL Functions Alphabetical Reference