StretchDIBits

struct {
    DWORD rdSize;
    WORD  rdFunction;
    WORD  rdParm[];
}

Members

rdSize

Specifies the record size, in words.

rdFunction

Specifies the GDI function number 0x0F43.

rdParm

Contains the following elements:

Element Description

dwRop Raster operation to be performed
Usag Flag indicating whether the bitmap color table contains RGB values or indexes to the currently realized logical palette
srcYExt Height of the source in the bitmap
srcXExt Width of the source in the bitmap
srcY Y-coordinate of the origin of the source in the bitmap
srcX X-coordinate of the origin of the source in the bitmap
dstYExt Height of the destination rectangle
dstXExt Width of the destination rectangle
dstY Y-coordinate of the origin of the destination rectangle
dstX X-coordinate of the origin of the destination rectangle
BitmapInfo BITMAPINFO structure (For a description of the BITMAPINFO structure, see the Microsoft Windows Programmer's Reference, Volume 3.)
bits Actual device-independent bitmap bits