MCI devices that let you edit data can have extended commands for manipulating data. Applications send the following commands to devices that support editing:
| MCI Message | Description |
|---|---|
| MCI_COPY | Copies data from the MCI element to the Clipboard. |
| MCI_CUT | Moves data from the MCI element to the Clipboard. |
| MCI_DELETE | Removes data from the MCI element. |
| MCI_PASTE | Pastes data from the Clipboard to the MCI element. |