Share via


IDVDDecoderCSS::SendDriveChallenge (Windows Embedded CE 6.0)

1/6/2010

This method sends the DVD drive challenge Key to the DVD decoder.

Syntax

HRESULT SendDriveChallenge(
  CSS_CHALLENGE* pChallenge
);

Parameters

  • pChallenge
    [in] Pointer to the driver challenge key.

Return Value

The following table shows a list of possible return values.

Return value Description

S_OK

The request completed successfully.

E_FAIL

The request did not complete successfully.

Requirements

Header dvdcss.idl
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IDVDDecoderCSS