home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / MENU / MENU.H_ / MENU.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  621 b   |  18 lines

  1. /****************************************************************************
  2.  *                                        *
  3.  *  FILE    : Menu.h                            *
  4.  *                                        *
  5.  *  DESCRIPTION : Header file for the Menu Example application.         *
  6.  *                                        *
  7.  ****************************************************************************/
  8.  
  9. #include "resource.h"
  10.  
  11. /* BitBlt Raster operation */
  12. #define ROP_PSDPxax    0x00B8074AL
  13.  
  14. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  15. BOOL NEAR PASCAL MenuInit(HANDLE);
  16. long FAR PASCAL __export MenuWndProc(HWND, UINT, WPARAM, LPARAM);
  17. BOOL FAR PASCAL __export About(HWND, unsigned, WORD, LONG);
  18.