IDVDHighlightInfo::GetButtonColorInfo (Windows Embedded CE 6.0)
1/6/2010
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.
Syntax
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 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 |