msgptr="The specified command has been executed.";
break;
caseMCIERR_INVALID_DEVICE_ID:
msgptr="Invalid MCI device ID. Use the ID returned when opening the MCI device.";
break;
caseMCIERR_UNRECOGNIZED_KEYWORD:
msgptr="The driver cannot recognize the specified command parameter.";
break;
caseMCIERR_UNRECOGNIZED_COMMAND:
msgptr="The driver cannot recognize the specified command.";
break;
caseMCIERR_HARDWARE:
msgptr="There is a problem with your media device. Make sure it is working correctly or contact the device manufacturer.";
break;
caseMCIERR_INVALID_DEVICE_NAME:
msgptr="The specified device is not open or is not recognized by MCI.";
break;
caseMCIERR_OUT_OF_MEMORY:
msgptr="Not enough memory available for this task. \nQuit one or more applications to increase available memory, and then try again.";
break;
caseMCIERR_DEVICE_OPEN:
msgptr="The device name is already being used as an alias by this application. Use a unique alias.";
break;
caseMCIERR_CANNOT_LOAD_DRIVER:
msgptr="There is an undetectable problem in loading the specified device driver.";
break;
caseMCIERR_MISSING_COMMAND_STRING:
msgptr="No command was specified.";
break;
caseMCIERR_PARAM_OVERFLOW:
msgptr="The output string was to large to fit in the return buffer. Increase the size of the buffer.";
break;
caseMCIERR_MISSING_STRING_ARGUMENT:
msgptr="The specified command requires a character-string parameter. Please provide one.";
break;
caseMCIERR_BAD_INTEGER:
msgptr="The specified integer is invalid for this command.";
break;
caseMCIERR_PARSER_INTERNAL:
msgptr="The device driver returned an invalid return type. Check with the device manufacturer about obtaining a new driver.";
break;
caseMCIERR_DRIVER_INTERNAL:
msgptr="There is a problem with the device driver. Check with the device manufacturer about obtaining a new driver.";
break;
caseMCIERR_MISSING_PARAMETER:
msgptr="The specified command requires a parameter. Please supply one.";
break;
caseMCIERR_UNSUPPORTED_FUNCTION:
msgptr="The MCI device you are using does not support the specified command.";
break;
caseMCIERR_FILE_NOT_FOUND:
msgptr="Cannot find the specified file. Make sure the path and filename are correct.";
break;
caseMCIERR_DEVICE_NOT_READY:
msgptr="The device driver is not ready.";
break;
caseMCIERR_INTERNAL:
msgptr="A problem occurred in initializing MCI. Try restarting Windows.";
break;
caseMCIERR_DRIVER:
msgptr="There is a problem with the device driver. The driver has closed. Cannot access error.";
break;
caseMCIERR_CANNOT_USE_ALL:
msgptr="Cannot use 'all' as the device name with the specified command.";
break;
caseMCIERR_MULTIPLE:
msgptr="Errors occurred in more than one device. Specify each command and device separately to determine which devices caused the error";
break;
caseMCIERR_EXTENSION_NOT_FOUND:
msgptr="Cannot determine the device type from the given filename extension.";
break;
caseMCIERR_OUTOFRANGE:
msgptr="The specified parameter is out of range for the specified command.";
break;
caseMCIERR_FLAGS_NOT_COMPATIBLE:
msgptr="The specified parameters cannot be used together.";
break;
caseMCIERR_FILE_NOT_SAVED:
msgptr="Cannot save the specified file. Make sure you have enough disk space or are still connected to the network.";
break;
caseMCIERR_DEVICE_TYPE_REQUIRED:
msgptr="Cannot find the specified device. Make sure it is installed or that the device name is spelled correctly.";
break;
caseMCIERR_DEVICE_LOCKED:
msgptr="The specified device is now being closed. Wait a few seconds, and then try again.";
break;
caseMCIERR_DUPLICATE_ALIAS:
msgptr="The specified alias is already being used in this application. Use a unique alias.";
break;
caseMCIERR_BAD_CONSTANT:
msgptr="The specified parameter is invalid for this command.";
break;
caseMCIERR_MUST_USE_SHAREABLE:
msgptr="The device driver is already in use. To share it, use the 'shareable' parameter with each 'open' command.";
break;
caseMCIERR_MISSING_DEVICE_NAME:
msgptr="The specified command requires an alias, file, driver, or device name. Please supply one.";
break;
caseMCIERR_BAD_TIME_FORMAT:
msgptr="The specified value for the time format is invalid. Refer to the MCI documentation for valid formats.";
break;
caseMCIERR_NO_CLOSING_QUOTE:
msgptr="A closing double-quotation mark is missing from the parameter value. Please supply one.";
break;
caseMCIERR_DUPLICATE_FLAGS:
msgptr="A parameter or value was specified twice. Only specify it once.";
break;
caseMCIERR_INVALID_FILE:
msgptr="The specified file cannot be played on the specified MCI device. The file may be corrupt, or not in the correct format.";
break;
caseMCIERR_NULL_PARAMETER_BLOCK:
msgptr="A null parameter block was passed to MCI.";
break;
caseMCIERR_UNNAMED_RESOURCE:
msgptr="Cannot save an unnamed file. Supply a filename.";
break;
caseMCIERR_NEW_REQUIRES_ALIAS:
msgptr="You must specify an alias when using the 'new' parameter.";
break;
caseMCIERR_NOTIFY_ON_AUTO_OPEN:
msgptr="Cannot use the 'notify' flag with auto-opened devices.";
break;
caseMCIERR_NO_ELEMENT_ALLOWED:
msgptr="Cannot use a filename with the specified device.";
break;
caseMCIERR_NONAPPLICABLE_FUNCTION:
msgptr="Cannot carry out the commands in the order specified. Correct the command sequence, and then try again.";
break;
caseMCIERR_ILLEGAL_FOR_AUTO_OPEN:
msgptr="Cannot carry out the specified command on an auto-opened device. Wait until the device is closed, and then try again.";
break;
caseMCIERR_FILENAME_REQUIRED:
msgptr="The filename is invalid. Make sure the filename is not longer than 8 characters, followed by a period and an extension.";
break;
caseMCIERR_EXTRA_CHARACTERS:
msgptr="Cannot specify extra characters after a string enclosed in quotation marks.";
break;
caseMCIERR_DEVICE_NOT_INSTALLED:
msgptr="The specified device is not installed on the system. Use the Drivers option in Control Panel to install the device.";
break;
caseMCIERR_GET_CD:
msgptr="Cannot access the specified file or MCI device. Try changing directories or restarting your computer.";
break;
caseMCIERR_SET_CD:
msgptr="Cannot access the specified file or MCI device because the application cannot change directories.";
break;
caseMCIERR_SET_DRIVE:
msgptr="Cannot access specified file or MCI device because the application cannot change drives.";
break;
caseMCIERR_DEVICE_LENGTH:
msgptr="Specify a device or driver name that is less than 79 characters.";
break;
caseMCIERR_DEVICE_ORD_LENGTH:
msgptr="Specify a device or driver name that is less than 69 characters.";
break;
caseMCIERR_NO_INTEGER:
msgptr="The specified command requires an integer parameter. Please provide one.";
break;
caseMCIERR_WAVE_OUTPUTSINUSE:
msgptr="All wave devices that can play files in the current format are in use. Wait until a wave device is free, and then try again.";
break;
caseMCIERR_WAVE_SETOUTPUTINUSE:
msgptr="Cannot set the current wave device for play back because it is in use. Wait until the device is free, and then try again.";
break;
caseMCIERR_WAVE_INPUTSINUSE:
msgptr="All wave devices that can record files in the current format are in use. Wait until a wave device is free, and then try again.";
break;
caseMCIERR_WAVE_SETINPUTINUSE:
msgptr="Cannot set the current wave device for recording because it is in use. Wait until the device is free, and then try again.";
break;
caseMCIERR_WAVE_OUTPUTUNSPECIFIED:
msgptr="Any compatible waveform playback device may be used.";
break;
caseMCIERR_WAVE_INPUTUNSPECIFIED:
msgptr="Any compatible waveform recording device may be used.";
break;
caseMCIERR_WAVE_OUTPUTSUNSUITABLE:
msgptr="No wave device that can play files in the current format is installed. Use the Drivers option to install the wave device.";
break;
caseMCIERR_WAVE_SETOUTPUTUNSUITABLE:
msgptr="The device you are trying to play to cannot recognize the current file format.";
break;
caseMCIERR_WAVE_INPUTSUNSUITABLE:
msgptr="No wave device that can record files in the current format is installed. Use the Drivers option to install the wave device.";
break;
caseMCIERR_WAVE_SETINPUTUNSUITABLE:
msgptr="The device you are trying to record from cannot recognize the current file format.";
break;
caseMCIERR_NO_WINDOW:
msgptr="There is no display window.";
break;
caseMCIERR_CREATEWINDOW:
msgptr="Could not create or use window.";
break;
caseMCIERR_FILE_READ:
msgptr="Cannot read the specified file. Make sure the file is still present, or check your disk or network connection.";
break;
caseMCIERR_FILE_WRITE:
msgptr="Cannot write to the specified file. Make sure you have enough disk space or are still connected to the network.";
break;
caseMCIERR_SEQ_DIV_INCOMPATIBLE:
msgptr="The time formats of the \"song pointer\" and SMPTE are mutually exclusive. You can't use them together.";
break;
caseMCIERR_SEQ_NOMIDIPRESENT:
msgptr="The system has no installed MIDI devices. Use the Drivers option from the Control Panel to install a MIDI driver.";
break;
caseMCIERR_SEQ_PORT_INUSE:
msgptr="The specified MIDI port is already in use. Wait until it is free; the try again.";
break;
caseMCIERR_SEQ_PORT_MAPNODEVICE:
msgptr="The current MIDI Mapper setup refers to a MIDI device that is not installed on the system. Use the MIDI Mapper option from the Control Panel to edit the setup.";
break;
caseMCIERR_SEQ_PORT_MISCERROR:
msgptr="An error occurred with the specified port.";
break;
caseMCIERR_SEQ_PORT_NONEXISTENT:
msgptr="The specified MIDI device is not installed on the system. Use the Drivers option from the Control Panel to install a MIDI device.";
break;
caseMCIERR_SEQ_PORTUNSPECIFIED:
msgptr="The system doesnot have a current MIDI port specified.";
break;
caseMCIERR_SEQ_TIMER:
msgptr="All multimedia timers are being used by other applications. Quit one of these applications; then, try again.";