Share via


IDVDUserOperation::ParentalLevelSelect (Windows Embedded CE 6.0)

1/6/2010

This method sets a specified parental level for playback.

Syntax

HRESULT ParentalLevelSelect(
  BYTE byteLevel
);

Parameters

  • byteLevel
    [in] Number specifying the parental level for playback. Allowable values are 1 through 8, and 0xF. A value of 0xF indicates that parental levels are disabled. If your design scenario requires stricter control of allowable parental levels, you must handle those restrictions into your application.

Return Value

If the function succeeds, the return value is S_OK.

Requirements

Header dvdnav.h, dvdnav.idl
Library Ddvdids.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IDVDUserOperation