Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
807 B

#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);
_bstr_t FormatHRMsg(LPCTSTR pformatStr, 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