IDVDDecoderCSS::SendScrambledDiskKeyData
Other versions of this page are also available for the following:
8/28/2008
This method transfers the 2048-byte scrambled disk key data.
Syntax
HRESULT SendScrambledDiskKeyData(
CSS_SDKS* pSDKS
);
Parameters
- pSDKS
[in] Pointer to return scrambled disk key data.
Return Value
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
Header | dvdcss.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |