Sends a string directly to the device. This message is part of the videodisc command set. The parameters and flags for this message vary according to the selected device.
MCI_NOTIFY | Specifies that MCI should post the MM_MCINOTIFY message when this command completes. The window to receive this message is specified in the dwCallback member of the structure identified by lpEscape |
MCI_WAIT | Specifies that the operation should finish before MCI returns control to the application. |
MCI_VD_ESCAPE_STRING | Indicates a command string is specified in the lpstrCommand member of the structure identified by lpEscape. This flag is required. |
The data sent with MCI_ESCAPE is device dependent and is usually passed directly to the hardware associated with the device.