ATLPath::Combine

此函数是 PathCombine的重载包装。

inline char* Combine( 
   char* pszDest, 
   const char* pszDir, 
   const char* pszFile  
); 
inline wchar_t* Combine( 
   wchar_t* pszDest, 
   const wchar_t* pszDir, 
   const wchar_t* pszFile  
);

备注

请参见 PathCombine 有关详细信息。

要求

Header: atlpath.h

请参见

参考

PathCombine

其他资源

活动模板库 (ATL) 概念

ATL COM Desktop Components

ATL Functions Alphabetical Reference