This function is an overloaded wrapper for PathRemoveBlanks.
inline void RemoveBlanks(
   char* pszPath 
);
inline void RemoveBlanks(
   wchar_t* pszPath 
);
Remarks
See PathRemoveBlanks for details.
Requirements
Header: atlpath.h
This function is an overloaded wrapper for PathRemoveBlanks.
inline void RemoveBlanks(
   char* pszPath 
);
inline void RemoveBlanks(
   wchar_t* pszPath 
);
See PathRemoveBlanks for details.
Header: atlpath.h