Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>stretchblt</b> driver level of gdi stretchblt http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
STRETCHBLT           Driver Level of GDI StretchBlt

short Escape(hDC, STRETCHBLT, nCount, lpInData, NULL)
HDC hDC;

short nCount;   /* Number of bytes in InData structure */
LPSTR lpInData; /* To structure containing:
                        WORD X, Y;
                        WORD nWidth, nHeight;
                        WORD XSrc, YSrc;
                        WORD nSrcWidth, nScrHeight;
                        DWORD dwROP;
                        short bmType;
                        short bmWidth;
                        short bmHeight;
                        short bmWidthBytes;
                        short bmPlanes;
                        short bmBitsPixel;
                        LPSTR bmBits;

Returns:        1 if successful otherwise 0.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson