The MCI_ESCAPE command sends a string directly to the device. Videodisc devices recognize this command.
MCIERROR mciSendCommand(MCIDEVICEID wDeviceID, MCI_ESCAPE, 
    DWORD dwFlags, (DWORD) (LPMCI_VD_ESCAPE_PARMS) lpEscape);
 Returns zero if successful or an error otherwise.
The data sent with MCI_ESCAPE is device-dependent and is usually passed directly to the hardware associated with the device.
The following additional flag applies to videodisc devices:
  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in mmsystem.h.
MCI Overview, MCI Commands, MCI_VD_ESCAPE_PARMS