IWMDMOperation2 interface (mswmdm.h)

The optional, application-implemented IWMDMOperation2 interface extends IWMDMOperation by providing methods to get and set extended attributes.

Inheritance

The IWMDMOperation2 interface inherits from IWMDMOperation. IWMDMOperation2 also has these types of members:

Methods

The IWMDMOperation2 interface has these methods.

 
IWMDMOperation2::GetObjectAttributes2

Windows Media Device Manager calls GetObjectAttributes when a file is written to the device in order to learn the attributes of the file.
IWMDMOperation2::SetObjectAttributes2

The SetObjectAttributes2 method sets attributes of files or storages. This method is currently not called by Windows Media Device Manager.

Requirements

Requirement Value
Target Platform Windows
Header mswmdm.h

See also

Handling File Transfers Manually

IWMDMOperation Interface

IWMDMOperation3 Interface

Interfaces for Applications