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 information about the current menu.
The following table lists the methods for IDVDMenu in the order the compiler calls them.
Method | Description |
---|---|
GetDomain | Retrieves the video menu manager domain (VMGM_DOM) for a specified video manager menu language code (VMGM_LCD). |
GetMenuLanguageInfo | 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
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