Information
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::CompactPathEx

 

This function is an overloaded wrapper for 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 
);

See PathCompactPathEx for details.

Requirements

Header: atlpath.h

Show: