Category : Recently Uploaded Files
Archive   : RSXWDK2S.ZIP
Filename : WMHANDLR.H

 
Output of file : WMHANDLR.H contained in archive : RSXWDK2S.ZIP
/*
WMHANDLR.H
Event (WM_ message) handlers - interface
Dave Maxey and Andrew Schulman - 1991

wmhandler_init MUST be called before a window is opened.

wmhandler_get returns current handler for an event.

wmhandler_set also returns current handler, and then makes
supplied handler current for the message type.
*/

#ifdef __cplusplus
extern "C" {
#endif
typedef long (*WMHANDLER)(HWND, UINT, WPARAM, LPARAM);

long FAR PASCAL _export WndProc(HWND, UINT, WPARAM, LPARAM);
void wmhandler_init(void);
WMHANDLER wmhandler_get(UINT);
WMHANDLER wmhandler_set(UINT, WMHANDLER);
#ifdef __cplusplus
}
#endif



  3 Responses to “Category : Recently Uploaded Files
Archive   : RSXWDK2S.ZIP
Filename : WMHANDLR.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/