ATLPath::CompactPathEx
Questa funzione è un wrapper di overload per 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
);
Note
Vedere PathCompactPathEx per i dettagli.
Requisiti
Header: atlpath.h
Vedere anche
Riferimenti
Altre risorse
Concetti relativi alla Libreria ATL (Active Template Library)