#include <Win32MessageFormatter.h>
Public Member Functions | |
| CWin32MessageFormatterW () | |
| Construct a formatted message using the error code from GetLastError. | |
| CWin32MessageFormatterW (DWORD error) | |
| Construct a formatted message using the given error code. | |
| ~CWin32MessageFormatterW () | |
| Destructor cleaning up. | |
| operator const wchar_t * () const | |
| Extractor for the encapsulated message. | |
|
|
Construct a formatted message using the given error code.
|
1.3.9.1