IDvdControl::RightButtonSelect
Microsoft DirectShow 9.0 |
IDvdControl::RightButtonSelect
- Note The IDvdControl interface is deprecated. Use IDvdControl2 instread.
Selects the right directional button from the displayed menu.
Syntax
HRESULT RightButtonSelect(void);
Return Value
Returns an HRESULT value.
Remarks
On physical or electronic remote control devices, there is often a group of four directional buttons used for certain types of operations (such as menu navigation). This method tells DirectShow that something (the user, probably) triggered the right directional button.
Selecting a DVD button simply highlights the button but does not activate the button. Selecting is the Windows equivalent of tabbing to a button but not pressing the SPACEBAR or ENTER key. Activating is the Windows equivalent of pressing the SPACEBAR or ENTER key after tabbing to a button.
This method returns an error unless the domain is DVD_DOMAIN_VideoManagerMenu, DVD_DOMAIN_VideoTitleSetMenu, or DVD_DOMAIN_Title. For more information, see DVD_DOMAIN.
Requirements
Reference: Dshow.h.
Library: Quartz.dll.
See Also