Microsoft Windows CE 3.0  

ColorControl

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The ColorControlcallback function gets or sets the video port color controls. This callback is optional.

DWORD __stdcall ColorControl(
LPDDHAL_VPORTCOLORDATA
pvpcd
);

Parameters

pvpcd
Pointer to a DDHAL_VPORTCOLORDATAstructure that contains the information required for the driver to get the current video port color controls or to set new values.

Return Values

Returns one of the following values:

  • DDHAL_DRIVER_HANDLED
  • DDHAL_DRIVER_NOTHANDLED

    Remarks

    When asked to get the values, fill in all of the fields of the DDCOLORCONTROLstructure that the device supports, then indicate which fields you support by setting the appropriate flags.



     Last updated on Tuesday, July 13, 2004

    © 2004 Microsoft Corporation. All rights reserved.