IWMDMDeviceSession Interface
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