Share via


IDVDUserOperation::ButtonSelectAndActivate (Windows Embedded CE 6.0)

1/6/2010

This method highlights a specified button and then activates it.

Syntax

HRESULT ButonSelectAndActivate(
  BYTE byteButtonNumber
);

Parameters

  • byteButtonNumber
    [in] Button number between 1-36 as defined in the button information table (BTNIT).

Return Value

If the function succeeds, the return value is S_OK.

Requirements

Header dvdnav.h, dvdnav.idl
Library Ddvdids.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IDVDUserOperation