home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pwr16.zip / TEST.RCH < prev   
Text File  |  1994-11-04  |  1KB  |  29 lines

  1. #define EF_TEST                     101
  2. #define DLG_APP_TEST                1000
  3. #define DLG_THREAD                  2000
  4. #define PB_OK                       1001
  5. #define PB_CANCEL                   1002
  6. #define PB_THREAD_1                 1
  7. #define PB_THREAD_2                 1004
  8. #define PB_NO_THREAD                1005
  9. #define EF_NUMBER                   1006
  10. #define TX_INFO                     1007
  11. #define TX_HELP                     1010
  12. #define FRAME_WAIT            1011
  13. #define BMP_RUN1                    2000
  14. #define BMP_RUN2                    2001
  15. #define BMP_RUN3                    2002
  16. #define BMP_RUN4                    2003
  17. #define BMP_RUN5                    2004
  18. #define BMP_RUN6                    2005
  19. #define BMP_RUN7                    2006
  20. #define BMP_RUN8                    2007
  21. #define BMP_RUN9                    2008
  22. #define BMP_RUN10                   2009
  23.  
  24. #define POWER_INFO "This is a demonstration of the two types of PowerThreads:\n\n\
  25. Thread type 1 uses the HAB to process messages while the thread is running.\n\n\
  26. Thread type 2 uses a dialog to process messages.  The dialog also displays a running/wait message. \n\n\
  27. No thread shows how PM locks if a PowerThread is not used.\n\n\
  28. For more information, please read THREADS.DOC, or look at the included source code."
  29.