|
Windows C++ Library
|
String utility functions for Windows specific types. More...
#include <Core/StringUtils.hpp>Namespaces | |
| namespace | WCL |
The Windows C++ Library namespace. | |
| namespace | Core |
Defines | |
| #define | BSTR2W(bstr) WCL::BstrToWide(bstr) |
| Convert a BSTR to a safe C++ wide character string. | |
Functions | |
| const wchar_t * | WCL::BstrToWide (const BSTR bstr) |
| Convert a BSTR to a C-style wide character string. | |
| template<> | |
| tstring | Core::format (const CRect &value) |
| Format a rectangle into a string. | |
| template<> | |
| CRect | Core::parse (const tstring &buffer) |
| Parse a rectangle from a string. | |
String utility functions for Windows specific types.
| #define BSTR2W | ( | bstr | ) | WCL::BstrToWide(bstr) |
Convert a BSTR to a safe C++ wide character string.
1.7.6.1