Share via


IDVDHighlightInfo::GetButtonCommand (Windows CE 5.0)

Send Feedback

This method returns the button command (BTN_CMD) from a specified button information (BTNI) set in the button information table (BTNIT).

HRESULT GetButtonCommand(UINT8 byteButtonNumber,DVD_NAV_CMD* pCmd);

Parameters

  • byteButtonNumber
    [in] Specified BTNI set in the range from 0 to 35. A byteButton value of 0 will return results for BTNI 1.
  • pCmd
    [out] Address of BTN_CMD.

Return Values

This method always succeeds.

The return value is S_OK.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.

See Also

IDVDHighlightInfo

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.