//======================================================================== // DKDLL.h -- Include file // Copyright (c) Douglas Boling, 1995 //======================================================================== // // Custom messages // #define MYMSG_LAUNCHPROG WM_USER+20 // // Status fields // #define SFT_BTN 0x0003 #define SFT_ALT 0x0004 #define SFT_CTRL 0x0008 #define SFT_SHIFT 0x0010 // // Function Prototypes // UINT CALLBACK GetStatus (void); VOID CALLBACK SetStatus (HWND, UINT); VOID CALLBACK SetKickList (LPSTR); VOID CALLBACK GetKickList (int, LPSTR); VOID CALLBACK RemoveKickList (LPSTR);