ISCPSecureExchange::TransferComplete method (mswmdm.h)
The TransferComplete method is called by Windows Media Device Manager to signal the end of a secure transfer of data. In this method, the secure content provider can perform any additional processing required to enable the content on the target device.
Syntax
HRESULT TransferComplete();
Return value
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Description |
---|---|
|
The caller is not authorized to use this interface. |
|
The caller does not have the rights required to perform the requested operation. |
|
The message authentication code is not valid. |
|
An unspecified error occurred. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | mswmdm.h |
Library | Mssachlp.lib |