ATLPath::AddExtension

This function is an overloaded wrapper for PathAddExtension.

inline BOOL AddExtension(
   char* pszPath,
   const char* pszExtension 
);
inline BOOL AddExtension(
   wchar_t* pszPath,
   const wchar_t* pszExtension 
);

Remarks

See PathAddExtension for details.

Requirements

Header: atlpath.h

See Also

Reference

PathAddExtension

Other Resources

ATL Concepts

ATL Reference

ATL Functions Alphabetical Reference