IDVDParentalManagementTable (Windows Embedded CE 6.0)
1/6/2010
This interface provides access to parental ID information.
The IDVDParentalManagementTable interface exposes the following method.
Method | Description |
---|---|
Returns the parental ID field (PTL_ID_FLD) for a specified combination of video title set number (VTSN), country/region code, and parental level. |
The IDVDParentalManagementTable interface, like all COM interfaces, inherits the IUnknown interface methods.
The IUnknown interface supports the following methods:
Remarks
You can obtain a pointer to an IDVDParentalManagementTable interface in the following ways:
- By calling the IUnknown::QueryInterface method of a DVDData object and specifying the IID_IDVDParentalManagementTable interface identifier, see DVD-Video API Interface Identifiers.
- By calling the IDVDVideoVolume::GetParentalManagementTable method.
Requirements
Header | dvdata.h, dvdata.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |