开发者

Mirror driver call to capture GDI Call

开发者 https://www.devze.com 2023-02-27 04:36 出处:网络
I am working on sample which captures the GDI call and save it in some format. Once after saving I need to display back in some other application.

I am working on sample which captures the GDI call and save it in some format. Once after saving I need to display back in some other application.

To Capture the GDI calls I hooked to GDI calls. This sample is a Available in DDK开发者_如何学JAVA sample. I could Hook to GDI calls and I am getting the call to my DrvTextOut, DrvBitBlt and etc calls.

My problem is how to save the calls and how to redraw it on the screen. Please let me know how to solve this problem.

Regards


You could use an enhanced metafile http://msdn.microsoft.com/en-us/library/dd162601(VS.85).aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消