Share via


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  
);

Remarks

See PathCanonicalize for details.

Requirements

Header: atlpath.h

See Also

Reference

PathCanonicalize

Other Resources

ATL Concepts

ATL Reference

ATL Functions Alphabetical Reference