Share via


DDRAWI_DDRAWGAMMACONTROL_LCL (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

typedef struct _DDRAWI_DDRAWCOLORCONTROL_LCL {
  LPDDRAWI_DIRECTDRAW_GBL pDD;
  DWORD ProcessOwner;
  LPDDRAWI_DDRAWGAMMACONTROL_LCL pNext;
  DWORD dwHandle;
  LPDDRAWI_DDRAWSURFACE_LCL pSurface;
  LPDDGAMMARAMP pOldGammaData;
} 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.
  • pOldGammaData
    Pointer to a DDGAMMARAMP structure that defines the gamma 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