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