#include <comdef.h>
Enumerator |
---|
WCODE_HRESULT_FIRST |
|
WCODE_HRESULT_LAST |
|
_com_error::_com_error |
( |
HRESULT |
hr, |
|
|
IErrorInfo * |
perrinfo = NULL , |
|
|
bool |
fAddRef = false |
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
const HRESULT m_hresult
Definition: comdef.h:276
TCHAR * m_pszMsg
Definition: comdef.h:278
#define NULL
Definition: crtdbg.h:30
void IErrorInfo * perrinfo
Definition: comdef.h:205
IErrorInfo * m_perrinfo
Definition: comdef.h:277
_com_error::_com_error |
( |
const _com_error & |
that | ) |
|
throw | ( | |
| ) | | |
|
inline |
const HRESULT m_hresult
Definition: comdef.h:276
TCHAR * m_pszMsg
Definition: comdef.h:278
#define NULL
Definition: crtdbg.h:30
IErrorInfo * m_perrinfo
Definition: comdef.h:277
_com_error::~_com_error |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
TCHAR * m_pszMsg
Definition: comdef.h:278
#define NULL
Definition: crtdbg.h:30
IErrorInfo * m_perrinfo
Definition: comdef.h:277
_bstr_t _com_error::Description |
( |
| ) |
const |
|
inline |
Definition: comutil.h:144
#define NULL
Definition: crtdbg.h:30
#define FAILED(hr)
Definition: comutil.h:71
IErrorInfo * m_perrinfo
Definition: comdef.h:277
HRESULT _com_error::Error |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
const HRESULT m_hresult
Definition: comdef.h:276
IErrorInfo * _com_error::ErrorInfo |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
#define NULL
Definition: crtdbg.h:30
IErrorInfo * m_perrinfo
Definition: comdef.h:277
const TCHAR * _com_error::ErrorMessage |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
395 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER|
396 FORMAT_MESSAGE_FROM_SYSTEM|
397 FORMAT_MESSAGE_IGNORE_INSERTS,
400 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
406 if (nLen > 1 &&
m_pszMsg[nLen - 1] ==
'\n') {
416 WORD wCode =
WCode();
const HRESULT m_hresult
Definition: comdef.h:276
char TCHAR
Definition: tchar.h:2138
TCHAR * m_pszMsg
Definition: comdef.h:278
#define NULL
Definition: crtdbg.h:30
#define _COM_PRINTF_S_1(dest, destsize, format, arg1)
Definition: comutil.h:49
WORD WCode() const
Definition: comdef.h:323
_GUID _com_error::GUID |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
#define NULL
Definition: crtdbg.h:30
#define FAILED(hr)
Definition: comutil.h:71
#define _COM_MEMCPY_S(dest, destsize, src, count)
Definition: comutil.h:48
IErrorInfo * m_perrinfo
Definition: comdef.h:277
DWORD _com_error::HelpContext |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
349 DWORD dwHelpContext = 0;
355 return dwHelpContext;
#define NULL
Definition: crtdbg.h:30
#define FAILED(hr)
Definition: comutil.h:71
unsigned long DWORD
Definition: concrt.h:57
IErrorInfo * m_perrinfo
Definition: comdef.h:277
_bstr_t _com_error::HelpFile |
( |
| ) |
const |
|
inline |
Definition: comutil.h:144
#define NULL
Definition: crtdbg.h:30
#define FAILED(hr)
Definition: comutil.h:71
IErrorInfo * m_perrinfo
Definition: comdef.h:277
WORD _com_error::HRESULTToWCode |
( |
HRESULT |
hr | ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
virtual ~_com_error()
Definition: comdef.h:299
_com_error(HRESULT hr, IErrorInfo *perrinfo=NULL, bool fAddRef=false)
Definition: comdef.h:281
_bstr_t _com_error::Source |
( |
| ) |
const |
|
inline |
Definition: comutil.h:144
#define NULL
Definition: crtdbg.h:30
#define FAILED(hr)
Definition: comutil.h:71
IErrorInfo * m_perrinfo
Definition: comdef.h:277
WORD _com_error::WCode |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
const HRESULT m_hresult
Definition: comdef.h:276
static WORD HRESULTToWCode(HRESULT hr)
Definition: comdef.h:434
HRESULT _com_error::WCodeToHRESULT |
( |
WORD |
wCode | ) |
|
throw | ( | |
| ) | | |
|
inlinestatic |
const HRESULT _com_error::m_hresult |
|
private |
IErrorInfo* _com_error::m_perrinfo |
|
private |
TCHAR* _com_error::m_pszMsg |
|
mutableprivate |
The documentation for this class was generated from the following file: