struct {
DWORD rdSize;
WORD rdFunction;
WORD rdParm[];
}
The BitBlt record contains a device-independent bitmap suitable for playback on any device.
rdSize
Specifies the record size, in words.
rdFunction
Specifies the GDI function number 0x0940.
rdParm
Contains the following elements:
Element | Description |
raster op | High-order word of the raster operation |
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 |