Go to the documentation of this file.00001 #pragma once
00002
00003 namespace AppSecInc
00004 {
00005 namespace Exception
00006 {
00008 namespace Win32Exception
00009 {
00011 std::string GetLastErrorString(LPCTSTR error = NULL);
00013 std::string GetErrorString(DWORD dwErr, LPCTSTR error = NULL);
00015 std::string GetErrorString(HRESULT hr, LPCTSTR error = NULL);
00016 };
00017 }
00018 }