Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors