IDVDParentalManagementTable
This interface provides access to parental ID information.
The IDVDParentalManagementTable interface exposes the following method.
Programming element | 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 three 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 reference identifier.
- 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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.