Just stay to find where is the second hdc in the declaration.
STDMETHOD(StretchBlt)\
(THIS_ HDC hdc, int dstX, int dstY, int dstXE, int dstYE, int srcX,\
int srcY, int srcXE, int srcYE, DWORD dwROP
Only ONE !
the DWORD dwROP is where it work (normally SRCCOPY)
Need chance to solve that.
To build you need only,the full sdk translate:
http://masm32.com/board/index.php?topic=563.0I have try the define prototype of StretchBlt (without using the function):
invoke StretchBlt,Ps.hdc,0,0,long,haut,DCfam.Hdc,0,0,DCfamx,DCfam.y,SRCCOPY
no chance.