ATLPath::AddExtension

 

This function is an overloaded wrapper for PathAddExtension.

Syntax

      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

Active Template Library (ATL) Concepts
ATL COM Desktop Components
ATL Functions Alphabetical Reference
PathAddExtension