A structured Win32 exception with an HRESULT. More...
Functions | |
| std::string | GetLastErrorString (LPCTSTR error=NULL) |
| Exception from GetLastError. | |
| std::string | GetErrorString (DWORD dwErr, LPCTSTR error=NULL) |
| Exception from an error code. | |
| std::string | GetErrorString (HRESULT hr, LPCTSTR error=NULL) |
| Exception from an HRESULT. | |
A structured Win32 exception with an HRESULT.
| std::string AppSecInc::Exception::Win32Exception::GetErrorString | ( | DWORD | dwErr, |
| LPCTSTR | error = NULL |
||
| ) |
Exception from an error code.
| std::string AppSecInc::Exception::Win32Exception::GetErrorString | ( | HRESULT | hr, |
| LPCTSTR | error = NULL |
||
| ) |
Exception from an HRESULT.
| std::string AppSecInc::Exception::Win32Exception::GetLastErrorString | ( | LPCTSTR | error = NULL | ) |
Exception from GetLastError.
| © Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |