/*----------------------------------------------------------------------------*\
|   mcitest.h - constant definitions for MCI test                              |
|                                                                              |
|                                                                              |
|   History:                                                                   |
|       01/01/88 toddla     Created                                            |
|       11/04/90 w-dougb    Commented & formatted the code to look pretty      |
|                                                                              |
\*----------------------------------------------------------------------------*/

        // Name of the main dialog box.  Used in MCITEST.C and MCIMAIN.DLG
#define MCITESTER   MciTester

/*----------------------------------------------------------------------------*\
|                                                                              |
|   c o n s t a n t   d e f i n i t i o n s                                    |
|                                                                              |
\*----------------------------------------------------------------------------*/

#define ID_INPUT           0x101
#define ID_OUTPUT          0x102
#define ID_ERRORCODE       0x103
#define ID_NOT_SUCCESS     0x104
#define ID_NOT_SUPER       0x105
#define ID_NOT_ABORT       0x106
#define ID_NOT_FAIL        0x107
#define ID_DEVICE_LIST     0x108
#define ID_END_DEVICE_LIST 0x109
#define ID_GO              0x200
#define ID_STEP            0x201
#define ID_EXIT            0x202


#define ID_RUNCOUNT        0x205
