home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / IOC / NOTIFY / NOTIFY.H < prev    next >
Text File  |  1995-04-01  |  602b  |  17 lines

  1. #define WND_MAIN         0x1000
  2. #define MAIN_MENU        0x1100
  3.  
  4. //**************************************************************************
  5. // menu ids - used on relate command ID to Menu Items and Function Keys    *
  6. //**************************************************************************
  7. #define MI_MENU          0x1500
  8. #define MI_ENABLEEF      0x1501
  9. #define MI_DISABLEEF     0x1502
  10. #define MI_SHOW          0x1503
  11.  
  12. #define SC_1             0x1601
  13. #define EF_1             0x1602
  14. #define ST_1             0x1603
  15. #define ST_2             0x1604
  16. #define PB_1             0x1605
  17.