|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <comstl_initialisers.h>
Public Types | |
| typedef IP | initialisation_policy_type |
| The initialiation policy type. | |
| typedef XP | exception_policy_type |
| The exception type. | |
| typedef exception_policy_type::thrown_type | thrown_type |
| The thrown type. | |
Public Methods | |
| initialiser () | |
| Initialises via CoInitialize(). | |
| initialiser (cs_dword_t dwInit) | |
| Initialises via CoInitializeEx() taking b>COINIT_* flags. | |
| ~initialiser () comstl_throw_0() | |
| Uninitialises via CoUninitialize(). | |
| cs_bool_t | is_initialised () const |
| Reflects whether the COM libraries were initialised. | |
| cs_bool_t | operator! () const |
| Reflects whether the COM libraries were not initialised. | |
| HRESULT | get_HRESULT () const |
| The result of the call to CoInitialize()/CoInitializeEx(). | |
This class is used to initialise the COM libraries. It can respond to CoInitializeEx argument flags when translated in a DCOM build.
|
|
The exception type.
|
|
|
The initialiation policy type.
|
|
|
The thrown type.
|
|
|
Initialises via CoInitialize().
|
|
|
Initialises via CoInitializeEx() taking b>COINIT_* flags.
|
|
|
Uninitialises via CoUninitialize().
|
|
|
The result of the call to CoInitialize()/CoInitializeEx().
|
|
|
Reflects whether the COM libraries were initialised.
|
|
|
Reflects whether the COM libraries were not initialised.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |