Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
3/26/2014
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 |