Is it possible to create a custom GDI device in user mode? The idea is to create a device context (HDC) that we can pass to an opaque component, so that when the component calls GDI functions like TextOut, we can get the actual text string.
source
share