#include <comstl/comstl.h>
#include <oleauto.h>
#include <oaidl.h>
Go to the source code of this file.
Namespaces | |
| namespace | comstl |
Functions | |
| STLSOFT_INLINE HRESULT | comstl__set_error_info_description_w (wchar_t const *description) |
| [C only] Sets the description of the current error object to the given Unicode string | |
| STLSOFT_INLINE HRESULT | comstl__set_error_info_description_a (char const *description) |
| [C only] Sets the description of the current error object to the given ANSI string | |
| STLSOFT_INLINE HRESULT | comstl__set_error_info_description_and_source_w (wchar_t const *description, wchar_t const *source) |
| [C only] Sets the description and source of the current error object to the given Unicode strings | |
| STLSOFT_INLINE HRESULT | comstl__set_error_info_description_and_source_a (char const *description, char const *source) |
| [C only] Sets the description and source of the current error object to the given ANSI strings | |
| STLSOFT_INLINE HRESULT | comstl__set_error_info_w (wchar_t const *description, wchar_t const *source, REFGUID guid, wchar_t const *helpFile, cs_dword_t helpContext) |
| [C only] Sets the description, source, interface ID and help information of the current error object | |
| STLSOFT_INLINE HRESULT | comstl__set_error_info_a (char const *description, char const *source, REFGUID guid, char const *helpFile, cs_dword_t helpContext) |
| [C only] Sets the description, source, interface ID and help information of the current error object | |
| HRESULT | set_error_info (char const *description) |
| Sets the description of the current error object to the given ANSI string. | |
| HRESULT | set_error_info (wchar_t const *description) |
| Sets the description of the current error object to the given Unicode string. | |
| HRESULT | set_error_info (char const *description, char const *source) |
| Sets the description and source of the current error object to the given ANSI string. | |
| HRESULT | set_error_info (wchar_t const *description, wchar_t const *source) |
| Sets the description and source of the current error object to the given Unicode string. | |
| HRESULT | set_error_info (char const *description, char const *source, REFGUID guid) |
| Sets the description, source and GUID of the current error object to the given ANSI string. | |
| HRESULT | set_error_info (wchar_t const *description, wchar_t const *source, REFGUID guid) |
| Sets the description, source and GUID of the current error object to the given Unicode string. | |
1.5.6