关于GreateCompatibleDC函数
时间:2011-06-01
来源:互联网
怎么用GreateCompatibleDC函数创建的DC不能保存位图?
_ProcTimer proc _hWnd,uMsg,_idEvent,_dwTime
local @hDc1,@hDc2,@hDc,@empty
local @stRect:RECT
LOCAL @stPoint:POINT
invoke GetDC,hWin1
mov @hDc1,eax
invoke GetDC,hWin2
mov @hDc2,eax
invoke CreateCompatibleDC,@hDc1
mov @hDc,eax
;invoke GetClientRect,hWin1,addr @stRect
;invoke RtlZeroMemory,addr @stPoint,sizeof @stPoint
;invoke PlgBlt,@hDc,addr @stPoint,@hDc1,0,0,100,100,0,0,0
;invoke PlgBlt,@hDc2,addr @stPoint,@hDc,0,0,100,100,0,0,0
;invoke GetClientRect,hWin1,addr @stRect
invoke BitBlt,@hDc,0,0,100,100,@hDc1,0,0,SRCCOPY ;(1)这两段执行了位图没被传到@hDc2
invoke BitBlt,@hDc2,0,0,100,100,@hDc,0,0,SRCCOPY ;(2)
;invoke StretchBlt,@hDc2,0,0,200,170,\
; @hDc1,0,0,100,100,SRCCOPY
;invoke StretchBlt,@hDc2,0,0,200,170,\
; @hDc,0,0,100,100,SRCCOPY
invoke ReleaseDC,hWin1,@hDc1
invoke ReleaseDC,hWin2,@hDc2
ret
_ProcTimer endp
_ProcTimer proc _hWnd,uMsg,_idEvent,_dwTime
local @hDc1,@hDc2,@hDc,@empty
local @stRect:RECT
LOCAL @stPoint:POINT
invoke GetDC,hWin1
mov @hDc1,eax
invoke GetDC,hWin2
mov @hDc2,eax
invoke CreateCompatibleDC,@hDc1
mov @hDc,eax
;invoke GetClientRect,hWin1,addr @stRect
;invoke RtlZeroMemory,addr @stPoint,sizeof @stPoint
;invoke PlgBlt,@hDc,addr @stPoint,@hDc1,0,0,100,100,0,0,0
;invoke PlgBlt,@hDc2,addr @stPoint,@hDc,0,0,100,100,0,0,0
;invoke GetClientRect,hWin1,addr @stRect
invoke BitBlt,@hDc,0,0,100,100,@hDc1,0,0,SRCCOPY ;(1)这两段执行了位图没被传到@hDc2
invoke BitBlt,@hDc2,0,0,100,100,@hDc,0,0,SRCCOPY ;(2)
;invoke StretchBlt,@hDc2,0,0,200,170,\
; @hDc1,0,0,100,100,SRCCOPY
;invoke StretchBlt,@hDc2,0,0,200,170,\
; @hDc,0,0,100,100,SRCCOPY
invoke ReleaseDC,hWin1,@hDc1
invoke ReleaseDC,hWin2,@hDc2
ret
_ProcTimer endp
作者: pop004dym 发布时间: 2011-06-01
出错了吗?出错代码有没?
作者: mydo 发布时间: 2011-06-01
没出错码,,只是窗口上没有显示出@hDc1对应窗口DC的图像,
作者: pop004dym 发布时间: 2011-06-01
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28