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 method allows your application to select a button by specifying its index number from the button information table (BTNIT).
This method is useful in windowed playback applications that allow the user to select on-screen buttons by using a mouse, stylus, or other random access pointing device.
HRESULT ButtonSelectDirect(BYTEbyteButtonNumber);
Parameters
- byteButtonNumber
[in] The selected button number.
Return Values
If the function succeeds, the return value is S_OK.
Remarks
You can determine which button an end-user selected by comparing the screen coordinates of their selection point to the screen coordinates of the buttons defined in the DVD-Video recording.
See Mouse Navigation for more information.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdnav.h, Dvdnav.idl.
Link Library: Ddvdids.lib.
See Also
Send Feedback on this topic to the authors