typedef struct _DD_SETCOLORKEYDATA { PDD_DIRECTDRAW_GLOBAL lpDD; PDD_SURFACE_LOCAL lpDDSurface; DWORD dwFlags; DDCOLORKEY ckNew; HRESULT ddRVal; VOID * SetColorKey; } DD_SETCOLORKEYDATA;
The DD_SETCOLORKEYDATA structure is passed to the DirectDraw hardware interface’s SetColorKey surface object callback.
Value |
Meaning |
DDCKEY_SRCBLT |
Specifies the default source color key for Blt operations. |
DDCKEY_DESTBLT |
Specifies the default destination color key for Blt operations. |
DDCKEY_SRCOVERLAY |
Specifies the source color key for the overlay. |
DDCKEY_DESTOVERLAY |
Specifies the destination color key for the overlay. |