Freigeben über


ATLPath::RemoveBackslash

 

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

Syntax

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

Hinweise

Siehe PathRemoveBackslash für Details.

Anforderungen

Header: atlpath.h

Siehe auch

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