STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

OLE String Functions
[COMSTL]

These functions create, manipulate and destroy instances of COM's OLE string type. More...

Functions

LPOLESTR olestring_create_a (cs_char_a_t const *s)
 Creates an OLE string from an ANSI string.

LPOLESTR olestring_create_w (cs_char_w_t const *s)
 Creates an OLE string from a Unicode string.

LPOLESTR olestring_create (cs_char_a_t const *s)
 Creates an OLE string from an ANSI string.

LPOLESTR olestring_create (cs_char_w_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.


Detailed Description

These functions create, manipulate and destroy instances of COM's OLE string type.


Function Documentation

LPOLESTR olestring_create cs_char_w_t const *    s [inline]
 

Creates an OLE string from a Unicode string.

Parameters:
s  The string from which to create the OLE string
Returns:
The created OLE string

LPOLESTR olestring_create cs_char_a_t const *    s [inline]
 

Creates an OLE string from an ANSI string.

Parameters:
s  The string from which to create the OLE string
Returns:
The created OLE string

LPOLESTR olestring_create_a cs_char_a_t const *    s [inline]
 

Creates an OLE string from an ANSI string.

Parameters:
s  The string from which to create the OLE string
Returns:
The created OLE string

LPOLESTR olestring_create_w cs_char_w_t const *    s [inline]
 

Creates an OLE string from a Unicode string.

Parameters:
s  The string from which to create the OLE string
Returns:
The created OLE string

void olestring_destroy LPOLESTR    posz [inline]
 

Destroys an OLE string.

Parameters:
posz  The OLE string to destroy

LPOLESTR olestring_dup LPCOLESTR    posz [inline]
 

Duplicates an OLE string.

Parameters:
posz  The OLE string to duplicate
Returns:
The copied OLE string

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004