struct {
DWORD rdSize;
WORD rdFunction;
WORD rdParm[];
}
The StretchBlt record contains a device-independent bitmap suitable for playback on all devices.
rdSize
Specifies the record size, in words.
rdFunction
Specifies the GDI function number 0x0B41.
rdParm
Contains the following elements:
| Element | Description |
| raster op | Low-order word of the raster operation |
| raster op | High-order word of the raster operation |
| SYE | Source y-extent |
| SXE | Source x-extent |
| SY | Y-coordinate of the source origin |
| SX | X-coordinate of the source origin |
| DYE | Destination y-extent |
| DXE | Destination x-extent |
| DY | Y-coordinate of the destination origin |
| DX | X-coordinate of the destination origin |
| 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 |