home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / IDSTRING.ZIP / MessageToString.h < prev   
Encoding:
C/C++ Source or Header  |  1998-08-14  |  232 b   |  12 lines

  1. #ifndef MESSAGE_TO_STRING
  2. #define MESSAGE_TO_STRING
  3.  
  4. class CWindowsMessageToString
  5. {
  6.     public:
  7.         CWindowsMessageToString();
  8.         ~CWindowsMessageToString();
  9.         char *GetStringFromMsg( DWORD dwMessage, bool = true );
  10. };
  11.  
  12. #endif