DWORD (APIENTRY *PDD_SETCOLORKEY)(
PDD_DRVSETCOLORKEYDATA lpSetColorKey
);
SetColorKey sets the color key value.
SetColorKey returns a DDHAL_DRIVER_Xxx callback code that indicates how the driver handled the call. These return codes are defined in ddrawint.h.
SetColorKey usually needs to be implemented only for drivers that support overlays with color key capabilities; it is used to specify a source or destination color key.