Freigeben über


ATLPath::Append

 

Diese Funktion ist ein überladener Wrapper für PathAppend.

Syntax

      inline BOOL Append(
   char* pszPath,
   const char* pszMore 
);
inline BOOL Append(
   wchar_t* pszPath,
   const wchar_t* pszMore 
);

Hinweise

Siehe PathAppend für Details.

Anforderungen

Header: atlpath.h

Siehe auch

ATL-Konzepte (Active Template Library)
ATL COM Desktop Components
ATL Functions Alphabetical Reference
PathAppend