Share via


ISCPSession 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 ISCPSession interface provides efficient common state management for multiple operations.

A secure content provider (SCP) session is useful when transferring multiple files. In that case, the session can help SCP do some of the operations only once instead of once for every file transfer. This results in better transfer performance.

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

Method Description
BeginSession Indicates the beginning of a session.
EndSession Indicates the end of a session.
GetSecureQuery Obtains a secure query object for to the session.

See Also