IMDSPObject2 interface (mswmdm.h)

Windows Media Device Manager uses IMDSPObject2 to enable more efficient file reading and writing.

Note  Unless the service provider has added the device parameter UseExtendedWmdm with a value of 1, Windows Media Device Manager will not call this interface. See Device Parameters for more information about this.
 

Inheritance

The IMDSPObject2 interface inherits from IMDSPObject. IMDSPObject2 also has these types of members:

Methods

The IMDSPObject2 interface has these methods.

 
IMDSPObject2::ReadOnClearChannel

The ReadOnClearChannel method reads data from the object at the current position without using secure authenticated channels.
IMDSPObject2::WriteOnClearChannel

The WriteOnClearChannel method writes data to the object to the current position within the object, without using secure authenticated channels.

Requirements

Requirement Value
Target Platform Windows
Header mswmdm.h

See also

IMDSPObject Interface

Interfaces for Service Providers