ReactOS 0.4.16-dev-455-g37b0646
|
Go to the source code of this file.
Namespaces | |
namespace | _com_util |
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
Typedefs | |
typedef void WINAPI | COM_ERROR_HANDLER(HRESULT, IErrorInfo *) |
Functions | |
void WINAPI | _com_raise_error (HRESULT hr, IErrorInfo *perrinfo) |
void WINAPI | _set_com_error_handler (COM_ERROR_HANDLER *phandler) |
void WINAPI | _com_issue_error (HRESULT hr) |
void WINAPI | _com_issue_errorex (HRESULT hr, IUnknown *punk, REFIID riid) |
_variant_t | vtMissing (DISP_E_PARAMNOTFOUND, VT_ERROR) |
BSTR WINAPI | _com_util::ConvertStringToBSTR (const char *pSrc) |
char *WINAPI | _com_util::ConvertBSTRToString (BSTR pSrc) |
Variables | |
static COM_ERROR_HANDLER * | com_error_handler |
#define _INC_WINDOWS |
Definition at line 12 of file comsupp.cpp.
#define WIN32_NO_STATUS |
Definition at line 11 of file comsupp.cpp.
typedef void WINAPI COM_ERROR_HANDLER(HRESULT, IErrorInfo *) |
Definition at line 19 of file comsupp.cpp.
Definition at line 32 of file comsupp.cpp.
Referenced by _com_util::ConvertBSTRToString(), _com_util::ConvertStringToBSTR(), and ConvertUTF8StringToBSTR().
Definition at line 37 of file comsupp.cpp.
void WINAPI _com_raise_error | ( | HRESULT | hr, |
IErrorInfo * | perrinfo | ||
) |
Definition at line 22 of file comsupp.cpp.
void WINAPI _set_com_error_handler | ( | COM_ERROR_HANDLER * | phandler | ) |
Definition at line 27 of file comsupp.cpp.
_variant_t vtMissing | ( | DISP_E_PARAMNOTFOUND | , |
VT_ERROR | |||
) |
Referenced by WebChildWindow::WebChildWindow().
|
static |
Definition at line 20 of file comsupp.cpp.
Referenced by _com_issue_error(), _com_issue_errorex(), and _set_com_error_handler().