comstl/string/olestring_functions.h File Reference


Detailed Description

[C, C++] Functions for manipulating OLE/COM strings (String Library).

#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.


Generated on Thu Jun 10 08:57:57 2010 for STLSoft by  doxygen 1.5.6