Share via


ATLPath::QuoteSpaces

 

This function is an overloaded wrapper for PathQuoteSpaces.

Syntax

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

Remarks

See PathQuoteSpaces for details.

Requirements

Header: atlpath.h

See Also

Active Template Library (ATL) Concepts
ATL COM Desktop Components
ATL Functions Alphabetical Reference
PathQuoteSpaces