Share via


IDVDHighlightInfo::GetButtonMode (Windows Embedded CE 6.0)

1/6/2010

This method returns the button mode (BTN_MD) from the general highlight information (HL_GI).

Syntax

HRESULT GetButtonMode(
  UINT16* pMode
);

Parameters

  • pMode
    [out] Address of BTN_MD.

Return Value

This method always succeeds.

The return value is S_OK.

Requirements

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

See Also

Reference

IDVDHighlightInfo