Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
484 B

  1. /*++
  2. *
  3. * Hello.h
  4. * Simple 16-bit Windows App
  5. *
  6. * Copyright (c) 1991, Microsoft Corporation
  7. *
  8. * History:
  9. * Created 27-Jan-1991 by Jeff Parsons (jeffpar)
  10. * From "Programming Windows" by C. Petzold, p.16-19
  11. *
  12. * Updated 02-May-1991 by Jeff Parsons (jeffpar)
  13. * To serve as a bare-bones shell (user-friendly of course)
  14. --*/
  15. #define IDM_BREAKPOINT 100
  16. #define IDM_ENUMWINDOWS 101
  17. #define IDM_ENUMCHILDWINDOWS 102
  18. #define IDM_ENUMTASKWINDOWS 103