![]() |
| Previous | Next |
The IMDSPObject interface manages the transfer of data to and from storage media.
In addition to the methods inherited from IUnknown, the IMDSPObject interface exposes the following methods.
| Method | Description |
| Close | Closes a file on a storage medium of a media device. |
| Delete | Deletes an object from a storage medium on a media device. |
| Move | Moves a file on a media device. |
| Open | Opens the associated object and prepares it for other operations. |
| Read | Reads data from the object at the current position. |
| Rename | Renames the associated object. |
| Seek | Sets the current position within the object. |
| Write | Writes data to the object at the current position within the object. |
See Also
| Previous | Next |