MSVidWebDVDEvent.ShowMenu Event
Note This topic applies to Windows XP Service Pack 1 or later.
The ShowMenu event is sent whenever the disc enables or disables the showing of a menu.
VidWebDVD_ShowMenu(
lMenu As DVDMenuIDConstant,
bEnabled As Boolean
)
Parameters
bEnabled
Boolean value indicating that the application can (True) or can't (False) show the selected menu.lMenu
Long, represented by a constant, indicating the type of menu disabled or enabled. Menu types are represented in the following table.
Constant Value Menu dvdMenu_Title 2 Title dvdMenu_Root 3 Root dvdMenu_Subpicture 4 Subpicture dvdMenu_Audio 5 Audio dvdMenu_Angle 6 Angle dvdMenu_Chapter 7 Chapter
Examples
Private Sub oVidWebDVD_ShowMenu(ByVal lMenu As Long, DVDByVal bEnabled As Boolean)
'...
End Sub
Requirements
Type Library | Use MS Video Control 1.0 Type Library and Microsoft Tuner 1.0 Type Library. |
DLL | Requires Quartz.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008