windows-nt/Source/XPSP1/NT/admin/admt/common/include/hrmsg.h

22 lines
807 B
C
Raw Normal View History

2020-09-26 03:20:57 -05: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);
_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