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_GBLstructure contains the global DirectDrawClipper data that can be shared between object instances.
typedef struct _DDRAWI_DDRAWCLIPPER_GBL { DWORD dwRefCnt ; DWORD dwFlags ; LPDDRAWI_DIRECTDRAW_GBL lpDD ; DWORD dwProcessId ; ULONG_PTR dwReserved1 ; ULONG_PTR hWnd ; LPRGNDATA lpStaticClipList ; } DDRAWI_DDRAWCLIPPER_GBL;
Members
Flag | Usage |
---|---|
DDRAWICLIP_INMASTERSPRITELIST | This flag is used by DirectDraw and should not be set by the driver. |
DDRAWICLIP_ISINITIALIZED | This flag is used by DirectDraw and should not be set by the driver. |
DDRAWICLIP_WATCHWINDOW | This flag is used by DirectDraw and should not be set by the driver. |
Last updated on Tuesday, July 13, 2004