home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
win_lrn
/
message
/
callmsgf.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1988-08-11
|
377 b
|
13 lines
#define IDM_ABOUT 45
#define IDM_HELP 47
#define IDM_GETHDC 48
#define IDM_CALLMSGFILTER 49
#define IDM_FROMMSGFILTER WM_USER + 101
#define IDM_FILTERMSG WM_USER + 102
long FAR PASCAL WndProc (HWND, unsigned, WORD, LONG) ;
void FAR PASCAL InitHook (HANDLE);
BOOL FAR PASCAL KillHook ();