Microsoft Windows CE 3.0  

IDirectDrawColorControl

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 IDirectDrawColorControlinterface allows you to get and set color controls:

Color controls GetColorControls
  SetColorControls

The IDirectDrawColorControlinterface, like all COM interfaces, inherits the IUnknowninterface methods. The IUnknowninterface supports the following three methods:

IUnknown AddRef
  QueryInterface
  Release

You can use the LPDIRECTDRAWCOLORCONTROLdata type to declare a variable that contains a pointer to an IDirectDrawColorControlinterface. The Ddraw.h header file declares these data types with the following code:

typedef struct IDirectDrawColorControl FAR
*LPDIRECTDRAWCOLORCONTROL;

Requirements

Runs on Versions Declared in Link to
Windows CE OS 2.12 or later. Version 2.12 requires DXPAK 1.0 or later. ddraw.h ddraw.lib