#include <comstl/comstl.h>
#include <comstl/memory/functions.h>
#include <stlsoft/internal/safestr.h>
#include <wchar.h>
Go to the source code of this file.
Namespaces | |
| namespace | comstl |
Functions | |
| STLSOFT_INLINE LPOLESTR | comstl__olestring_create_a (char const *s) |
| [C only] Creates an OLE string from an ANSI string | |
| STLSOFT_INLINE LPOLESTR | comstl__olestring_create_w (wchar_t const *s) |
| [C only] Creates an OLE string from a Unicode string | |
| STLSOFT_INLINE void | comstl__olestring_destroy (LPOLESTR posz) |
| [C only] Destroys an OLE string | |
| STLSOFT_INLINE LPOLESTR | comstl__olestring_dup (LPCOLESTR posz) |
| [C only] Duplicates an OLE string | |
| LPOLESTR | olestring_create_a (char const *s) |
| Creates an OLE string from an ANSI string. | |
| LPOLESTR | olestring_create_w (wchar_t const *s) |
| Creates an OLE string from a Unicode string. | |
| LPOLESTR | olestring_create (char const *s) |
| Creates an OLE string from an ANSI string. | |
| LPOLESTR | olestring_create (wchar_t const *s) |
| Creates an OLE string from a Unicode string. | |
| void | olestring_destroy (LPOLESTR posz) |
| Destroys an OLE string. | |
| LPOLESTR | olestring_dup (LPCOLESTR posz) |
| Duplicates an OLE string. | |
1.5.6