Get formatted last error code of windows. More...
#include <Win32LastError.h>
Public Member Functions | |
| Win32LastError (void) | |
| Constructor. Retrieve last error code. | |
| ~Win32LastError (void) | |
| Destructor. | |
| DWORD | GetErrorCode (void) const |
| const std::wstring & | ToString (void) const |
| Formatted error string. | |
Get formatted last error code of windows.
| Win32LastError::Win32LastError | ( | void | ) |
Constructor. Retrieve last error code.
| const std::wstring & Win32LastError::ToString | ( | void | ) | const |
Formatted error string.
1.6.2