DiveBlitImage - Syntax

This function is called to transfer an image from a source to a destination, using parameters specified by DiveSetupBlitter. The internal operation of this function varies greatly, depending on whether hardware is present; the screen is bank-switched and the image is scaled or clipped.

#include <dive.h>

HDIVE    hDiveInst;       /*  Display engine DIVE instance. */
ULONG    ulSrcBufNumber;  /*  Buffer containing source data. */
ULONG    ulDstBufNumber;  /*  Identifies buffer number. */
ULONG    rc;              /*  Return codes. */

rc = DiveBlitImage(hDiveInst, ulSrcBufNumber,
       ulDstBufNumber);


[Back: DiveBlitImage]
[Next: DiveBlitImage Parameter - hDiveInst]