ISCPSession interface (mswmdm.h)
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.
Inheritance
The ISCPSession interface inherits from the IUnknown interface. ISCPSession also has these types of members:
Methods
The ISCPSession interface has these methods.
ISCPSession::BeginSession The BeginSession method indicates beginning of a transfer session. It can be used to optimize operations that need to occur only once per transfer session. |
ISCPSession::EndSession The EndSession method indicates the ending of a transfer session. |
ISCPSession::GetSecureQuery The GetSecureQuery method is used to obtain a secure query object for the session. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | mswmdm.h |