#include <windows.h> BOOL32 StretchBlt ( HDC32 hdcDst, INT32 xDst, INT32 yDst, INT32 widthDst, INT32 heightDst, HDC32 hdcSrc, INT32 xSrc, INT32 ySrc, INT32 widthSrc, INT32 heightSrc, DWORD rop );
| U16 | Value | 
| 0 | rop | 
| 1 | |
| 2 | ySrc | 
| 3 | xSrc | 
| 4 | src height | 
| 5 | src width | 
| 6 | dest height | 
| 7 | dest width | 
| 8 | yDest | 
| 9 | xDest | 
| 10 until the end | the full dib |