Share via


DDRAWI_DDRAWCOLORCONTROL_LCL (Compact 2013)

3/26/2014

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

See Also

Reference

Color Control Structures