Freigeben über


ATLPath::AddBackslash

 

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

Syntax

      inline char* AddBackslash(
   char* pszPath 
);
inline wchar_t* AddBackslash(
   wchar_t* pszPath 
);

Hinweise

Siehe PathAddBackslash für Details.

Anforderungen

Header: atlpath.h

Siehe auch

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