DD_CLIPPER_GLOBAL structure (ddrawint.h)
The DD_CLIPPER_GLOBAL structure contains the global DirectDrawClipper data that can be shared between object instances.
Syntax
typedef struct _DD_CLIPPER_GLOBAL {
ULONG_PTR dwReserved1;
} *PDD_CLIPPER_GLOBAL, DD_CLIPPER_GLOBAL;
Members
dwReserved1
Reserved for use by the display driver.
Requirements
Requirement | Value |
---|---|
Header | ddrawint.h (include Winddi.h) |