home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 23
/
IOPROG_23.ISO
/
SOFT
/
IDSTRING.ZIP
/
MessageToString.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-08-14
|
232 b
|
12 lines
#ifndef MESSAGE_TO_STRING
#define MESSAGE_TO_STRING
class CWindowsMessageToString
{
public:
CWindowsMessageToString();
~CWindowsMessageToString();
char *GetStringFromMsg( DWORD dwMessage, bool = true );
};
#endif