home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / message / postmsg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-08-11  |  241 b   |  8 lines

  1. #define ID_ABOUT    100
  2. #define IDM_ICONIZE 100
  3.  
  4. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  5. BOOL PostMsgInit(HANDLE);
  6. long FAR PASCAL PostMsgWndProc(HWND, unsigned, WORD, LONG);
  7. BOOL FAR PASCAL About(HWND, unsigned, WORD, LONG);
  8.