Microsoft Windows CE 3.0  

DDRAWI_DDRAWCLIPPER_LCL

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 DDRAWI_DDRAWCLIPPER_LCLstructure 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_GBLstructure 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

© 2004 Microsoft Corporation. All rights reserved.