Share via


IDVDDecoderCSS::SendScrambledDiskKeyData (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

IDVDDecoderCSS
IDVDDecoderCSS::BypassDescrambler