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.

34 lines
1.6 KiB

  1. /*----------------------------------------------------------------------------*\
  2. | mcitest.h - constant definitions for MCI test |
  3. | |
  4. | |
  5. | History: |
  6. | 01/01/88 toddla Created |
  7. | 11/04/90 w-dougb Commented & formatted the code to look pretty |
  8. | |
  9. \*----------------------------------------------------------------------------*/
  10. // Name of the main dialog box. Used in MCITEST.C and MCIMAIN.DLG
  11. #define MCITESTER MciTester
  12. /*----------------------------------------------------------------------------*\
  13. | |
  14. | c o n s t a n t d e f i n i t i o n s |
  15. | |
  16. \*----------------------------------------------------------------------------*/
  17. #define ID_INPUT 0x101
  18. #define ID_OUTPUT 0x102
  19. #define ID_ERRORCODE 0x103
  20. #define ID_NOT_SUCCESS 0x104
  21. #define ID_NOT_SUPER 0x105
  22. #define ID_NOT_ABORT 0x106
  23. #define ID_NOT_FAIL 0x107
  24. #define ID_DEVICE_LIST 0x108
  25. #define ID_END_DEVICE_LIST 0x109
  26. #define ID_GO 0x200
  27. #define ID_STEP 0x201
  28. #define ID_EXIT 0x202
  29. #define ID_RUNCOUNT 0x205