Share via


DDRAWI_DDRAWCOLORCONTROL_LCL (Windows Embedded CE 6.0)

1/6/2010

This structure contains local color control data for each individual DirectDraw or DirectDrawSurface object.

Syntax

typedef struct _DDRAWI_DDRAWCOLORCONTROL_LCL {
  LPDDRAWI_DIRECTDRAW_GBL pDD;
  DWORD ProcessOwner;
  LPDDRAWI_DDRAWCOLORCONTROL_LCL pNext;
  DWORD dwHandle;
  LPDDRAWI_DDRAWSURFACE_LCL pSurface;
  LPDDCOLORCONTROL pOldColorData;
} DDRAWI_DDRAWCOLORCONTROL_LCL;

Members

  • ProcessOwner
    Used by DirectDraw and should not be filled in by the driver.
  • pNext
    Used by DirectDraw and should not be filled in by the driver.
  • dwHandle
    Used by DirectDraw and should not be filled in by the driver.
  • pOldColorData
    Pointer to a DDCOLORCONTROL structure that defines the color control associated with an overlay or primary surface.

Requirements

Header ddrawi.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Concepts

Color Control Structures