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::Canonicalize
This function is an overloaded wrapper for PathCanonicalize.
inline BOOL Canonicalize(
char* pszDest,
const char* pszSrc
);
inline BOOL Canonicalize(
wchar_t* pszDest,
const wchar_t* pszSrc
);
See PathCanonicalize for details.
Requirements
Header: atlpath.h
Show: