IDVDDecoderCSS::SendScrambledDiskKeyData (Windows CE 5.0)
This method transfers the 2048-byte scrambled disk key data.
HRESULT SendScrambledDiskKeyData(CSS_SDKS* pSDKS);
Parameters
- pSDKS
[in] Pointer to return scrambled disk key data.
Return Values
The following table shows a list of possible return values.
Return value | Description |
---|---|
S_OK | The request completed successfully. |
E_DVD_FAKE_ENCRYPTION | The disc wrongly assumed it is encrypted. |
Remarks
This method can return E_DVD_FAKE_ENCRYPTION if the disk wrongly assumes it is encrypted. If this is the case, call IDVDDecoderCSS::BypassDescrambler instead of following the title key procedure.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdcss.idl.
See Also
IDVDDecoderCSS::BypassDescrambler | IDVDDecoderCSS:IUnknown
Send Feedback on this topic to the authors