Freigeben über


ATLPath::UnquoteSpaces

 

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

Syntax

      inline void UnquoteSpaces(
   char* pszPath 
);
inline void UnquoteSpaces(
   wchar_t* pszPath 
);

Hinweise

Siehe PathUnquoteSpaces für Details.

Anforderungen

Header: atlpath.h

Siehe auch

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