DDRAWI_DDRAWCLIPPER_LCL

The DDRAWI_DDRAWCLIPPER_LCL structure contains local data for each individual DirectDrawClipper object.

typedef struct _DDRAWI_DDRAWCLIPPER_LCL
{
DWORD                        lpClipMore;
LPDDRAWI_DDRAWCLIPPER_GBL    lpGbl;
LPDDRAWI_DIRECTDRAW_LCL      lpDD_lcl;
DWORD                        dwLocalRefCnt;
IUnknown                     FAR *pUnkOuter;
LPDDRAWI_DIRECTDRAW_INT      lpDD_int;
ULONG_PTR                    dwReserved1;
IUnknown                     *pAddrefedThisOwner;
} DDRAWI_DDRAWCLIPPER_LCL;

Members

  • lpClipMore
    Pointer to additional local data. This member is for future use.
  • lpGbl
    Pointer to a DDRAWI_DDRAWCLIPPER_GBL structure that contains the clip list data.
  • lpDD_lcl
    This member is used by DirectDraw and should not be filled in by the driver.
  • dwLocalRefCnt
    This member is used by DirectDraw and should not be filled in by the driver.
  • pUnkOuter
    This member is used by DirectDraw and should not be filled in by the driver.
  • lpDD_int
    This member is used by DirectDraw and should not be filled in by the driver.
  • dwReserved1
    Reserved for use by the display driver.
  • pAddrefedThisOwner
    This member is used by DirectDraw and should not be filled in by the driver.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.