Appearance
DrawBitmapToWindow是一个 __stdcall 导出函数,将图片画到指定窗口上
DrawBitmapToWindow
int DrawBitmapToWindow(hWnd, pBuffer, width, height)
hWnd: 窗口句柄。
hWnd
pBuffer: 图片变量的数据地址。
pBuffer
width: 画出来的图像宽度。
width
height: 画出来的图像高度。
height
1: 成功。