DDRAWI_DDRAWCLIPPER_GBL (Windows Embedded CE 6.0)
1/6/2010
This structure contains the global DirectDrawClipper data that can be shared between object instances.
Syntax
typedef struct _DDRAWI_DDRAWCLIPPER_GBL {
LPDDRAWI_DIRECTDRAW_GBL lpDD;
DWORD ProcessOwner;
HWND hWnd;
DWORD dwClipperHandle;
} DDRAWI_DDRAWCLIPPER_GBL;
Members
- lpDD
Used by DirectDraw and should not be filled in by the driver.
- ProcessOwner
Used by DirectDraw and should not be filled in by the driver.
- hWnd
Handle of the window being tracked by the clipper.
- dwClipperHandle
Used by DirectDraw and should not be filled in by the driver.
Requirements
Header | ddrawi.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |