Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This interface provides access to parental ID information.
The IDVDParentalManagementTable interface exposes the following method.
Method | Description |
---|---|
ConvertParentalLevelToID | 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
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.
See Also
Send Feedback on this topic to the authors