Simulation support:

This function is simulated by a handling routine in Revision 2.X of the graphics engine.

Description:

SDBitBlt is a preclipped BitBlt rendering routine. It processes BitBlt operations using all ROPs and common hardware mixes from Source/Pattern linear addresses to a Destination linear address. SDBitBlt is the default when OS2_PM_DRV_ENABLE: QueryDeviceSurface does not hook the pfnBitBlt function directly.

#include <os2.h>

PBITBLTINFO    pInput;   /*  Pointer to BITBLTINFO data structure. */
PVOID          pOutput;  /*  Reserved. */
ULONG          rc;       /*  Return codes. */

rc = SDBitBlt(pInput, pOutput);


[Back: SDBitBlt]
[Next: SDBitBlt Parameter - pInput]