Share via


IWMDMDeviceSession Interface (deprecated)

banner art

This is preliminary documentation and subject to change.

This topic documents a feature of the Windows Media Device Manager SDK. We recommend that you migrate your application to use the Windows Portable Devices API. For more information, see the Windows Portable Devices SDK.

The IWMDMDeviceSession interface improves the efficiency of device operations by bundling multiple operations into one session. Using a single session allows Windows Media Device Manager to handle various operations, such as acquiring a device certificate, once over several operations.

In addition to the methods inherited from IUnknown, the IWMDMDeviceSession interface exposes the following methods.

Method Description
BeginSession Begins a device session.
EndSession Ends a device session.

See Also