21 lines
774 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef MCSINC_HrMsg_h
#define MCSINC_HrMsg_h
#include <string>
#include <tchar.h>
#include <comdef.h>
/******************************************************************
* *
* Header file for common error handling functions. *
* *
******************************************************************/
_bstr_t __stdcall HResultToText(HRESULT hr);
_bstr_t __stdcall HResultToText2(HRESULT hr);
_com_error GetError(HRESULT hr);
void __cdecl AdmtThrowError(_com_error ce, LPCTSTR pszFormat = NULL, ...);
void __cdecl AdmtThrowError(_com_error ce, HINSTANCE hInstance, UINT uId, ...);
#endif // MCSINC_HrMsg_h