Microsoft DirectX 9.0 |
Note The IDvdControl interface is deprecated. Use IDvdControl2 instread.
Displays the specified menu on the screen.
Syntax
HRESULT MenuCall(
DVD_MENU_ID MenuID
);
Parameters
MenuID
[in] Value that specifies the menu to display. Member of the DVD_MENU_ID enumerated data type.
Return Value
Returns an HRESULT value.
Remarks
This method returns an error unless the domain is DVD_DOMAIN_VideoManagerMenu, DVD_DOMAIN_VideoTitleSetMenu, DVD_DOMAIN_Title, or DVD_DOMAIN_Stop. For more information, see DVD_DOMAIN.
See Also