home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_03_01 / 3n01009a < prev    next >
Text File  |  1991-11-26  |  306b  |  9 lines

  1.  
  2. /*****************************************************/
  3. /* menu.h                                            */
  4. /* -- Interface to popup window handle module.       */
  5. /*****************************************************/
  6. HWND    HwndGetPopupMenu(HANDLE);
  7. VOID    DrawMenu(HDC, POINT, HANDLE);
  8.  
  9.