home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Breakthrough: Utilities & Productivity
/
SharewearBreakthroughUtil_ProdCol.cdr
/
util
/
ewtdebug
/
ewtdebug.h
< prev
next >
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
|
1990-11-25
|
382 b
|
10 lines
# define DBGM_INT (WM_USER+100)
# define DBGM_LONG (WM_USER+101)
# define DBGM_STRING (WM_USER+102)
HWND FAR PASCAL CreateDebugWindow (HWND hMasterWnd);
int FAR PASCAL DestroyDebugWindow (void);
int FAR PASCAL DBG_PutInt (LPSTR, int);
int FAR PASCAL DBG_PutLong (LPSTR, LONG);
int FAR PASCAL DBG_PutString (LPSTR, LPSTR);