IDVDMenu
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.
Programming element | 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 three 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 reference identifier.
- 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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.