IDVDMenu (Windows Embedded CE 6.0)
1/6/2010
This interface provides access to information about the current menu.
The following table lists the methods for IDVDMenu in the order the compiler calls them.
Method | Description |
---|---|
Retrieves the video menu manager domain (VMGM_DOM) for a specified video manager menu language code (VMGM_LCD). |
|
Retrieves the requested video manager menu language unit (VMGM_LU). |
The IDVDMenu 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 IDVDMenu interface in the following ways:
- By calling the IUnknown::QueryInterface method of a DVDData object and specifying the IID_IDVDMenu interface identifier, see DVD-Video API Interface Identifiers.
- By calling the IDVDVideoVolume::GetMenu method.
- By calling the IDVDTitleSet::GetMenu method.
Requirements
Header | dvdata.h, dvdata.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |