Is it possible to create a custom GDI device in user mode? The idea is to create a device context (HDC) which we can pass to an opaque component, so that when the component calls GDI functions like TextOut we can get the actual text string.
|
1
|
|
|
|
|
|
I have not used GDI much, but I've heard that metafiles record the drawing and can be played back. You might be able to get the text string from it. I've looked at it more, and you can create a GDI with |
|||
|
