/* clip.h header file */ #define IDM_SENDCLIP 1 /* menu item ID numbers */ #define IDM_GETCLIP 2 #define IDM_CLEAR 3 #define IDM_QUIT 10 #define S_PROGRAMCAPTION 1 /* string table ID numbers */ LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;