Previous Next

DdGetBltStatus

The DdGetBltStatus callback function queries the blit status of the specified surface.

DWORD
  (APIENTRY *PDD_SURFCB_GETBLTSTATUS)(
    PDD_GETBLTSTATUSDATA  lpGetBltStatus
    );

Parameters

lpGetBltStatus
Points to a DD_GETBLTSTATUSDATA structure that contains the information required to perform the blit status query.

Return Value

DdGetBltStatus returns one of the following callback codes:

DDHAL_DRIVER_HANDLED

DDHAL_DRIVER_NOTHANDLED

Headers

Declared in ddrawint.h. Include winddi.h.

Comments

The blit status that the driver returns is based on the dwFlags member of the structure that lpGetBltStatus points to, as follows:

See Also

DdBlt, DD_GETBLTSTATUSDATA