Share via


IDVDDecoderCSS::SetSectorLength (Windows Embedded CE 6.0)

1/6/2010

This method sets the sector length, in bytes, for a decoder.

Syntax

HRESULT SetSectorLength(
  UINT dwLength
);

Parameters

  • dwLength
    [in] Valid entries, given in bytes, are as follows: 2048, 2054, 2060, and 2064. In a desktop computer environment, this should be set to 2048.

Return Value

The following table shows a list of possible return values.

Return value Description

S_OK

The request completed successfully.

E_INVALIDARG

An invalid argument was encountered.

Requirements

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

See Also

Reference

IDVDDecoderCSS