Partager via


IDVDHighlightInfo::GetButtonColorInfo

This method returns selection and action color information (SL_COLI and AC_COLI) from the button color information table (BTN_COLIT) for a specified button color information (BTN_COLI) set.

HRESULT GetButtonColorInfo(
  UINT8  byteButtonColor,
  UINT32* pSelectionColors,
  UINT32* pActionColors
);

Parameters

  • byteButtonColor
    [in] Specified button color information (BTN_COLI) set in the range from 0 to 2. A byteButtonColor value of 0 will return results for BTN_COLI 1.
  • pSelectionColors
    [out] Address of the SL_COLI for the button color information set specified by byteButtonColor.
  • pActionColors
    [out] Address of the AC_COLI for the button color information set specified by byteButtonColor.

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

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.