IWMDMOperation3 interface (mswmdm.h)

The optional, application-implemented IWMDMOperation3 interface extends IWMDMOperation by providing a new method for transferring data unencrypted for added efficiency.

Inheritance

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

Methods

The IWMDMOperation3 interface has these methods.

 
IWMDMOperation3::TransferObjectDataOnClearChannel

The TransferObjectDataOnClearChannel method is a more efficient implementation of IWMDMOperation::TransferObjectData.

Requirements

Requirement Value
Target Platform Windows
Header mswmdm.h

See also

Handling File Transfers Manually

IWMDMOperation Interface

IWMDMOperation2 Interface

Interfaces for Applications