IWMDMStorageControl interface (mswmdm.h)
The IWMDMStorageControl interface is used to insert, delete, or move files within a storage, a device, or between a device and the computer.
Inheritance
The IWMDMStorageControl interface inherits from the IUnknown interface. IWMDMStorageControl also has these types of members:
Methods
The IWMDMStorageControl interface has these methods.
IWMDMStorageControl::Delete The Delete method permanently deletes this storage. |
IWMDMStorageControl::Insert The Insert method puts content into the storage on the device. |
IWMDMStorageControl::Move The Move method moves the current storage to a new location on the device. |
IWMDMStorageControl::Read The Read method copies the current storage to the computer. |
IWMDMStorageControl::Rename The Rename method renames the current storage. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | mswmdm.h |
See also
IWMDMStorageControl2 Interface